In Files

  • typeprof-0.12.0/smoke/singleton_method.rb

Methods

Class/Module Index [+]

Quicksearch

V

Public Class Methods

foo() click to toggle source
 
               # File typeprof-0.12.0/smoke/singleton_method.rb, line 2
def V.foo
  # Currently, this call is ignored because the recv of the call is any
  # We may allow a call whose recv is any to invoke Kernel's methods
  p(1)
end