Closed hachi8833 closed 7 years ago
class Foo def bar end end a = Foo.new puts(a.bar)
<Instance of: Foo>
The cause is that empty instance method returns the instance itself, investigating.
Should be fixed in https://github.com/goby-lang/goby/commit/3834168f16102d7a57e1d508b4eb292b1cd0da08
Confirmed the bug has been fixed!
<Instance of: Foo>