Exception: Exception
- Defined in:
- lib/ax_elements/exception_workaround.rb
Overview
Workaround for MacRuby ticket #1334
Instance Method Summary collapse
-
#message ⇒ String
Override the message method to force the backtrace to be included.
- #original_message ⇒ Object
Instance Method Details
#message ⇒ String
Override the message method to force the backtrace to be included.
10 11 12 |
# File 'lib/ax_elements/exception_workaround.rb', line 10 def "#{}\n\t#{backtrace.join("\n\t")}" end |
#original_message ⇒ Object
4 |
# File 'lib/ax_elements/exception_workaround.rb', line 4 alias_method :original_message, :message |