# File lib/faraday/adapter/test.rb, line 56 def put(path, body=nil, headers = {}, &block) new_stub(:put, path, headers, body, &block) end