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