class Foo::Bar

Public Instance Methods

get1() click to toggle source
# File typeprof-0.15.2/smoke/constant1.rb, line 6
def get1
  CONST
end
get2() click to toggle source
# File typeprof-0.15.2/smoke/constant1.rb, line 10
def get2
  ::CONST
end
get3() click to toggle source
# File typeprof-0.15.2/smoke/constant1.rb, line 14
def get3
  Object::CONST
end
get4() click to toggle source
# File typeprof-0.15.2/smoke/constant1.rb, line 21
def get4
  CONST
end