I was literally just playing around with different ways to extract addresses from ActiveRecord models into value objects. I have gotten burned by clumsiness in Rails's `composed_of` before - glad to see that it'll be in attributes in Rails 5. I also think it's great to see alternatives to `include Comparable` in the Equalizer gem.