# File lib/new_relic/agent/instrumentation/curb.rb, line 47 def http_put_with_newrelic(*args, &blk) self._nr_http_verb = :PUT http_put_without_newrelic(*args, &blk) end