# File lib/pry/config/behavior.rb, line 81
  def key?(key)
    key = key.to_s
    @lookup.key?(key)
  end