B
belorion
Note: parts of this message were removed by the gateway to make it a legal Usenet post.
I don't want to go into to much boring detail as to why I am trying to do
this... but why doesn't this work?
begin
require 'foo'
rescue
class Foo
end
end
Instead of rescuing the error (when 'foo' is not found), it still gets
thrown.
regards,
Matt
I don't want to go into to much boring detail as to why I am trying to do
this... but why doesn't this work?
begin
require 'foo'
rescue
class Foo
end
end
Instead of rescuing the error (when 'foo' is not found), it still gets
thrown.
regards,
Matt