class Byebug::DisableCommand::BreakpointsCommand
def self.description
def self.description <<-EOD dis[able] b[reakpoints][ <id1> <id2> .. <idn>] #{short_description} Give breakpoint numbers (separated by spaces) as arguments or no argument at all if you want to disable every breakpoint. EOD end