# File lib/yajl/http_stream.rb, line 57 def self.put(uri, body, opts = {}, &block) request("PUT", uri, opts.merge({:body => body}), &block) end