class Byebug::InfoCommand

def info_file_sha1(file)

def info_file_sha1(file)
  print "\t%s\n", LineCache.sha1(file)
end