Snippet #459
Working on a little wrapper to make using the amazon-ec2 gem a little nicer by hiding the ugliness of the XML schema inside a simple DSL (ie. @ec2.volumes.each { |vol| do_something(vol) } rather than @ec2.describe_volumes.volumeSet.item.each { |vol| do_something(vol) } and other such devilry.