class Byebug::InfoCommand::FileCommand

def info_file_mtime(file)

def info_file_mtime(file)
  File.stat(file).mtime
end