# File lib/pry/default_commands/input.rb, line 203 def process_display unless opts.present?('no-numbers''no-numbers') @history = @history.with_line_numbers end render_output(@history, opts) end