# File lib/pry/history.rb, line 35 def load @loader.call do |line| @pusher.call(line.chomp) @history << line.chomp @original_lines += 1 end end