Sha256: b8f09f90bcb28164fc49776101626f318f753e937bd1f0f9ea76422ee373f3f2
Contents?: true
Size: 234 Bytes
Versions: 40
Compression:
Stored size: 234 Bytes
Contents
l = LiteralMethods.new l.foo(3) # !expects ArgumentTypeMismatch: receiver=::LiteralMethods, expected=3, actual=::Integer l.foo(4) l.bar(foo: :foo) # !expects IncompatibleAssignment: lhs_type=:foo, rhs_type=::Symbol l.bar(foo: :bar)
Version data entries
40 entries across 40 versions & 1 rubygems