Hi,
In message "[ruby-talk:5188] Re: bug in example occur2.rb?"
on 00/09/29, ts <decoux / moulon.inra.fr> writes:
|D> Is it a bug in Ruby?
|
| No, this is because NameError is now a sub-class of ScriptError, which is
| a sub-class of Exception.
|
| In 1.4 NameError was a subclass of StandardError
Yeah, it's a bug in occur2.rb. Sorry. I'm gonna fix it as Guy
pointed out.
matz.