Method: DEBUGGER__::CatchBreakpoint#to_s
- Defined in:
- lib/debug/breakpoint.rb
#to_s ⇒ Object
333 334 335 |
# File 'lib/debug/breakpoint.rb', line 333 def to_s "#{generate_label("Catch")} #{@pat.inspect}" end |
333 334 335 |
# File 'lib/debug/breakpoint.rb', line 333 def to_s "#{generate_label("Catch")} #{@pat.inspect}" end |