# File lib/hashery/openhash.rb, line 31
  def respond_to?(name)
    key?(name.to_sym) || super(name)
  end