J
Joe Swatosh
I spent some time poking around in Config, but so far this is the the
only thing I've found that works:
begin
puts 'this is a test'
# here is ruby
rescue
# here is rubyw
end
And I really don't love the side effect when using ruby. Please tell
me there is a better way.
Thanks,
only thing I've found that works:
begin
puts 'this is a test'
# here is ruby
rescue
# here is rubyw
end
And I really don't love the side effect when using ruby. Please tell
me there is a better way.
Thanks,