# File lib/configatron/store.rb, line 85
    def key?(key)
      @attributes.key?(key.to_sym)
    end