Remove obsolete 'move' methods

This commit is contained in:
Brian Candler 2009-03-27 11:50:42 +00:00
parent aabf097e88
commit af6ac7df89
2 changed files with 0 additions and 15 deletions

View file

@ -56,12 +56,6 @@ module RestClient
:url => url,
:headers => headers)
end
def self.move(url, headers={})
Request.execute(:method => :move,
:url => url,
:headers => headers)
end
# class Request
#