Method: Byebug::DebugCommand.description
- Defined in:
- lib/byebug/commands/debug.rb
.description ⇒ Object
17 18 19 20 21 22 23 24 25 26 |
# File 'lib/byebug/commands/debug.rb', line 17 def self.description " debug <expression>\n\n \#{short_description}\n\n Allows, for example, setting breakpoints on expressions evaluated from\n the debugger's prompt.\n DESCRIPTION\nend\n" |