Class: DEBUGGER__::LineBreakpoint::NearestISeq
- Defined in:
- lib/debug/breakpoint.rb
Instance Attribute Summary collapse
-
#events ⇒ Object
Returns the value of attribute events.
-
#iseq ⇒ Object
Returns the value of attribute iseq.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events
234 235 236 |
# File 'lib/debug/breakpoint.rb', line 234 def events @events end |
#iseq ⇒ Object
Returns the value of attribute iseq
234 235 236 |
# File 'lib/debug/breakpoint.rb', line 234 def iseq @iseq end |
#line ⇒ Object
Returns the value of attribute line
234 235 236 |
# File 'lib/debug/breakpoint.rb', line 234 def line @line end |