class Pry::Command::Cat::AbstractFormatter

def between_lines

def between_lines
  [opts[:start] || 1, opts[:end] || -1]
end