ri > Byebug::Command

= Byebug::Command < Object

------------------------------------------------------------------------
= Includes:
Helpers::StringHelper (from /home/chedong/.local/share/rdoc)

------------------------------------------------------------------------
= Extended by:
Forwardable (from /home/chedong/.local/share/rdoc)

(from /home/chedong/.local/share/rdoc)
------------------------------------------------------------------------
Parent class of all byebug commands.

Subclass it and name the subclass ending with the word Command to
implement your own custom command.

@example Define a custom command

class MyCustomCommand < Command
  def self.regexp
    /custom_regexp/
  end

  def self.description
    "Custom long desc"
  end

  def.short_description
    "Custom short desc"
  end

  def execute
    # My command's implementation
  end

end
------------------------------------------------------------------------
= Class methods:

  allow_in_control
  allow_in_post_mortem
  always_run
  columnize
  help
  match
  new
  to_s

= Instance methods:

  arguments
  context
  frame
  processor

= Attributes:

  attr_accessor allow_in_control
  attr_accessor allow_in_post_mortem
  attr_reader processor
  attr_writer always_run

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-29 18:41 @216.73.216.177
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!