# File lib/pry/test/helper.rb, line 131
  def push(*lines)
    Array(lines).flatten.each do |line|
      @pry.eval(line)
    end
  end