class Byebug::InfoCommand

def info_file_mtime(file)

def info_file_mtime(file)
  stat = LineCache.stat(file)
  print "\t%s\n", stat.mtime if stat
end