Exception: Exception
- Defined in:
- lib/pretty_debug.rb
Instance Attribute Summary collapse
-
#backtrace_locations ⇒ Object
Returns the value of attribute backtrace_locations.
Instance Method Summary collapse
Instance Attribute Details
#backtrace_locations ⇒ Object
Returns the value of attribute backtrace_locations.
6 7 8 |
# File 'lib/pretty_debug.rb', line 6 def backtrace_locations @backtrace_locations end |
Instance Method Details
#complement_backtrace_locations ⇒ Object
7 8 9 10 |
# File 'lib/pretty_debug.rb', line 7 def complement_backtrace_locations @backtrace_locations ||= backtrace.map{|l| Thread::Backtrace::PseudoLocation.new(l)} end |