# File lib/pry/pry_instance.rb, line 176
  def add_sticky_local(name, &block)
    sticky_locals[name] = block
  end