mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-16 00:02:00 -04:00
This makes ListObject behave a little more like an Array in that it gets an #empty? helper. This should fit pretty well with the Enumerable methods that it already has. Replaces #193.