Sha256: ad3fa17ec31c2ef496410a9a757dceacae89b852c824686f0a85ebcadd1c9b8d
Contents?: true
Size: 290 Bytes
Versions: 36
Compression:
Stored size: 290 Bytes
Contents
__skip__ = begin self.no_such_method end # @type var foo: String foo = _ = begin # !expects NoMethodError: type=::Object, method=no_such_method self.no_such_method end foo = __any__ = begin # !expects NoMethodError: type=::Object, method=no_such_method self.no_such_method end
Version data entries
36 entries across 36 versions & 1 rubygems