Hi,
In message "[ruby-talk:10206] Two Ruby Questions"
on 01/02/01, Mathieu Bouchard <matju / cam.org> writes:
|My Two Ruby Questions For Today
|
|1. Why is Interrupt not a subclass of SignalException ?
Because it should not be a subclass of StandardError.
|2. Why does:
|
| fetch-technocrat.rb:3: No such file to load --
| /opt/lib/ruby/site_ruby/sgml-parser.rb (LoadError)
|
|say No such file to load when it's actually "Permission
|Denied" in the
|facts?
1.6.2 bug. I will make back port from 1.7.0.
matz.