lib/banking_data/query.rb in banking_data-0.4.0 vs lib/banking_data/query.rb in banking_data-0.5.0
- old
+ new
@@ -1,5 +1,6 @@
require 'active_support/core_ext/class/subclasses'
+require 'active_support/core_ext/module/delegation'
module BankingData
class Query
delegate :each, :flatten, :map, :first, :last, to: :to_a