In Files

  • typeprof-0.15.2/smoke/inherited.rb
  • typeprof-0.15.2/smoke/super1.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Baz

Public Instance Methods

f(x) click to toggle source
 
               # File typeprof-0.15.2/smoke/super1.rb, line 26
def f(x)
  super(B.new)
  Z.new
end
            
There is an updated format of the API docs for this version here.