# File lib/net/http.rb, line 885 def unlock(path, body, initheader = nil) request(Unlock.new(path, initheader), body) end