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