class Byebug::InfoCommand

def info_file_lines(file)

def info_file_lines(file)
  lines = LineCache.size(file)
  print "\t #{lines} lines\n" if lines
end