# File lib/twitter/client/urls.rb, line 19 def resolve(*args) options = args.last.is_a?(Hash) ? args.pop : {} get("/1/urls/resolve.json", options.merge("urls[]" => args), :phoenix => true) end