class Pry::Command::Cat::AbstractFormatter

def use_line_numbers?

def use_line_numbers?
  opts.present?(:'line-numbers') || opts.present?(:ex)
end