module Byebug::InfoFunctions

def info_file_mtime(file)

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