# File lib/pry/default_commands/introspection.rb, line 307
        def use_line_numbers?
          opts.present?(:b) || opts.present?(:l)
        end