lib/apricoteatsgorilla.rb in smacks-apricoteatsgorilla-0.1.0 vs lib/apricoteatsgorilla.rb in smacks-apricoteatsgorilla-0.1.1
- old
+ new
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
require 'hpricot'
-# ApricotEatsGorilla converts SOAP response messages to Ruby hashes.
+# Apricot eats Gorilla converts SOAP response messages to Ruby hashes.
# It's based on CobraVsMongoose but uses Hpricot instead of REXML and it
# also doesn't follow the BadgerFish convention.
class ApricotEatsGorilla
# Converts a given SOAP response message into a Ruby Hash.