From: matz@... (Yukihiro Matsumoto) Date: 2002-09-28T10:25:53+09:00 Subject: Re: method called on terminated object Hi, In message "method called on terminated object" on 02/09/28, Ariff Abdullah 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.