In Files

  • typeprof-0.12.0/smoke/class-hierarchy2.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

A::B::C

Public Instance Methods

get_a() click to toggle source
 
               # File typeprof-0.12.0/smoke/class-hierarchy2.rb, line 4
def get_a
  A.new
end
            
get_b() click to toggle source
 
               # File typeprof-0.12.0/smoke/class-hierarchy2.rb, line 7
def get_b
  B.new
end
            
get_c() click to toggle source
 
               # File typeprof-0.12.0/smoke/class-hierarchy2.rb, line 10
def get_c
  C.new
end