class Byebug::MethodCommand

def description

def description
  prettify <<-EOD
    m[ethod] (i[nstance][ <obj>]|<class|module>)
    When invoked with "instance", shows instance methods of the object
    specified as argument or of self no object was specified.
    When invoked only with a class or module, shows class methods of the
    class or module specified as argument.
  EOD
end