Method: Assert::Result::Error#trace
- Defined in:
- lib/assert/result.rb
#trace ⇒ Object
override of the base, always show the full unfiltered backtrace for errors
160 161 162 |
# File 'lib/assert/result.rb', line 160 def trace self.backtrace.to_s end |