# File lib/rack/mock.rb, line 57
def
put
(
uri
,
opts
={})
request
(
"PUT"
,
uri
,
opts
)
end