mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
This pulls the `Enumerable` mixin into `ListObject`. There is some question in pulls like #167 as to the future of `ListObject` and how it might change when pagination is introduced, but because we're unlikely to make any backward incompatible changes to the API, it's likely that `ListObject` will continue to represent a page of data that's been extracted from the API. Given that assumption, pulling `Enumerable` in should be relatively safe. Fixes #227.