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
228 229 230 |
# File 'lib/debug/breakpoint.rb', line 228 def events @events end |
#iseq ⇒ Object
Returns the value of attribute iseq
228 229 230 |
# File 'lib/debug/breakpoint.rb', line 228 def iseq @iseq end |
#line ⇒ Object
Returns the value of attribute line
228 229 230 |
# File 'lib/debug/breakpoint.rb', line 228 def line @line end |