Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Adjust accordingly for the type of exception being raised.
- class NoMethodError
- alias_method :_message, :message
- def message
- "#{_message}\t\n#{backtrace.join("\t\n")}"
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment