# File lib/pry/pry_instance.rb, line 165
  def inject_sticky_locals(target)
    sticky_locals.each_pair do |name, value|
      inject_local(name, value, target)
    end
  end