In Files

  • typeprof-0.12.0/smoke/constant1.rb

Parent

Class/Module Index [+]

Quicksearch

Foo::Bar

Public Instance Methods

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