class Byebug::EditCommand

def self.description

def self.description
  <<-DESCRIPTION
    edit[ file:lineno]
    #{short_description}
    With no argumnt, edits file containing most re line listed. Editing
    targets can also be specified to start editing at a specific line in a
    specific file
  DESCRIPTION
end