Parent

Methods

Debugger::Breakpoint

Public Instance Methods

inspect() click to toggle source
# File lib/debugger/test/breakpoint.rb, line 4
def inspect
  values = %{id pos source expr hit_condition hit_count hit_value enabled?}.map do |field|
    "#{field}: #{send(field)}"
  end.join(", ")
  "#<Debugger::Breakpoint #{values}>"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.