class A::B::C

Public Instance Methods

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