Sha256: 6f828363bdfc8a92a8e2acb769aa03f70a78a8987c2657ade1c740a59932322f
Contents?: true
Size: 252 Bytes
Versions: 16
Compression:
Stored size: 252 Bytes
Contents
# @type const A: A.class # @type const B: A.class constructor # @type const C: A.class noconstructor # !expects NoMethodError: type=::A.class, method=new a = A.new b = B.new # !expects NoMethodError: type=::A.class noconstructor, method=new c = C.new
Version data entries
16 entries across 16 versions & 1 rubygems