Sha256: 5f260ee3fac56ff4a9da6546c4b1e0aef291ad3f0fb4f4de55c547b14aaad8da

Contents?: true

Size: 225 Bytes

Versions: 14

Compression:

Stored size: 225 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

14 entries across 14 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/singleton_method.rb
typeprof-0.15.3 smoke/singleton_method.rb
typeprof-0.15.2 smoke/singleton_method.rb
typeprof-0.15.1 smoke/singleton_method.rb
typeprof-0.15.0 smoke/singleton_method.rb
typeprof-0.14.1 smoke/singleton_method.rb
typeprof-0.14.0 smoke/singleton_method.rb
typeprof-0.13.0 smoke/singleton_method.rb
typeprof-0.12.0 smoke/singleton_method.rb
typeprof-0.11.0 smoke/singleton_method.rb
typeprof-0.10.0 smoke/singleton_method.rb
typeprof-0.9.2 smoke/singleton_method.rb
typeprof-0.9.1 smoke/singleton_method.rb
typeprof-0.9.0 smoke/singleton_method.rb