# File rubilicious.rb, line 458 def rename(old, new) args = ["old=#{old.uri_escape}", "new=#{new.uri_escape}"] get('tags/rename?' << args.join('&')) nil end