# File lib/sawyer/resource.rb, line 66
    def []=(method, value)
      send("#{method}=", value)
    rescue NoMethodError
      nil
    end