Remove obsolete 'move' methods
This commit is contained in:
parent
aabf097e88
commit
af6ac7df89
2 changed files with 0 additions and 15 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue