class Byebug::DownCommand

def self.description

def self.description
  <<-DESCRIPTION
    down[ count]
    #{short_description}
    Use the "bt" command to find out where you want to go.
  DESCRIPTION
end