class Byebug::SourceFileFormatter

def max_line

def max_line
  @max_line ||= n_lines(file)
end