Sha256: 45c1c1e9f3dee93ed4de510c9f14182109aa90874f4506b586893b7a9931b593
Contents?: true
Size: 173 Bytes
Versions: 12
Compression:
Stored size: 173 Bytes
Contents
class C # @implements C def foo self.class.new end def bar # !expects NoMethodError: type=::C.class noconstructor, method=new self.class.new end end
Version data entries
12 entries across 12 versions & 1 rubygems