Exception: Exception
- Defined in:
- lib/core_ext.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#test_output ⇒ Object
18 19 20 |
# File 'lib/core_ext.rb', line 18 def test_output to_s + "\n" + backtrace.join("\n") end |