# File lib/picnic/conf.rb, line 59
    def respond_to?(method)
      (@conf.stringify_keys.keys).include?(method.to_s) || super
    end