Method: Sentry::Backtrace#lines
- Defined in:
- lib/sentry/backtrace.rb
permalink #lines ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
holder for an Array of Backtrace::Line instances
85 86 87 |
# File 'lib/sentry/backtrace.rb', line 85 def lines @lines end |