Method: Byebug::DisableCommand.description
- Defined in:
- lib/byebug/commands/disable.rb
.description ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/byebug/commands/disable.rb', line 19 def self.description <<-EOD dis[able][[ breakpoints| display)][ n1[ n2[ ...[ nn]]]]] #{short_description} EOD end |