1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Merge branch 'master' of https://github.com/SixArm/httparty into SixArm-master

This commit is contained in:
John Nunemaker 2012-04-12 12:57:16 -04:00
commit dd9488456b

View file

@ -104,6 +104,7 @@ else
puts YAML.dump(response.delegate)
end
when :xml
require 'rexml/document'
REXML::Document.new(response.body).write(STDOUT, 2)
puts
else