Class: DEBUGGER__::LineBreakpoint::NearestISeq

Inherits:
Struct
  • Object
show all
Defined in:
lib/debug/breakpoint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



228
229
230
# File 'lib/debug/breakpoint.rb', line 228

def events
  @events
end

#iseqObject

Returns the value of attribute iseq

Returns:

  • (Object)

    the current value of iseq



228
229
230
# File 'lib/debug/breakpoint.rb', line 228

def iseq
  @iseq
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



228
229
230
# File 'lib/debug/breakpoint.rb', line 228

def line
  @line
end