# File lib/pry/history.rb, line 47 def push(line) unless line.empty? || (@history.last && line == @history.last) @pusher.call(line) @history << line end line end