In Files

  • typeprof-0.12.0/smoke/attr-module.rb
  • typeprof-0.12.0/smoke/block3.rb
  • typeprof-0.12.0/smoke/module_function1.rb
  • typeprof-0.12.0/smoke/module_function2.rb
  • typeprof-0.12.0/smoke/super1.rb
  • typeprof-0.12.0/smoke/wrong-include2.rb

Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

Bar

Public Instance Methods

bar() click to toggle source
 
               # File typeprof-0.12.0/smoke/block3.rb, line 16
def bar
  Common.new.func(:sym) do |x|
    :sym2
  end
end
            
f(x) click to toggle source
 
               # File typeprof-0.12.0/smoke/super1.rb, line 19
def f(x)
  super(C.new)
  Y.new
end