Hi,
In message "method called on terminated object"
on 02/09/28, Ariff Abdullah <skywizard / time.net.my> writes:
|class << Module
| public
| def abcdefg
| end
|end
|
|#ruby test.rb
|test.rb:2: method `public' called on terminated object
|(0x35cc8) (NotImplementedError)
This must be a bug. I will fix.
matz.