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