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