Sha256: a3261237cbd965317aca250079db8040dd6431c9d024931832b332d277c0971d
Contents?: true
Size: 266 Bytes
Versions: 44
Compression:
Stored size: 266 Bytes
Contents
def foo # @type self: A self.bar() tap do # @type self: A bar end end def bar # @type self: Object # !expects NoMethodError: type=::Object, method=baz baz tap do # !expects NoMethodError: type=::Object, method=baz baz end end
Version data entries
44 entries across 44 versions & 1 rubygems