class Byebug::BreakCommand

def self.description

def self.description
  <<-EOD
    b[reak] [file:]line [if expr]
    b[reak] [module::...]class(.|#)method [if expr]
    They can be specified by line or method and an expression can be added
    for conditionally enabled breakpoints.
    #{short_description}
  EOD
end