class Byebug::InfoCommand

def info_file_mtime(file)

def info_file_mtime(file)
  stat = LineCache.stat(file)
  print "\t#{stat.mtime}\n" if stat
end