Sha256: 2d3258272b66d2ca853e1a1c895e32e3c6b3f1206715c7dddef0d22d65e8f908

Contents?: true

Size: 226 Bytes

Versions: 12

Compression:

Stored size: 226 Bytes

Contents

V = Object.new
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

__END__
# Classes
class Object
  V : Object
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
typeprof-0.8.0 smoke/singleton_method.rb
typeprof-0.7.0 smoke/singleton_method.rb
typeprof-0.6.1 smoke/singleton_method.rb
typeprof-0.6.0 smoke/singleton_method.rb
typeprof-0.5.4 smoke/singleton_method.rb
typeprof-0.5.3 smoke/singleton_method.rb
typeprof-0.5.2 smoke/singleton_method.rb
typeprof-0.5.1 smoke/singleton_method.rb
typeprof-0.5.0 smoke/singleton_method.rb
typeprof-0.4.2 smoke/singleton_method.rb
typeprof-0.4.1 smoke/singleton_method.rb
typeprof-0.4.0 smoke/singleton_method.rb