In Files

  • typeprof-0.15.2/smoke/module1.rb
  • typeprof-0.15.2/smoke/super5.rb

Methods

Class/Module Index [+]

Quicksearch

M

Public Instance Methods

bar() click to toggle source
 
               # File typeprof-0.15.2/smoke/module1.rb, line 12
def bar
  :bar
end
            
f(m) click to toggle source
 
               # File typeprof-0.15.2/smoke/super5.rb, line 2
def f(m); super :M; end
            
foo() click to toggle source
 
               # File typeprof-0.15.2/smoke/module1.rb, line 2
def foo
  :foo
end
            
There is an updated format of the API docs for this version here.