# File lib/pry/config/behavior.rb, line 21
  def initialize(default = Pry.config)
    @default = default
    @lookup = {}
  end