class Byebug::InfoCommand::FileCommand

def self.description

def self.description
  <<-DESCRIPTION
    inf[o] f[ile]
    #{short_description}
    It informs about file name, number of lines, possible breakpoints in
    the file, last modification time and sha1 digest.
  DESCRIPTION
end