module V

Public Class Methods

foo() click to toggle source
# File typeprof-0.15.2/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