lib/picky/query/combinations.rb in picky-3.1.0 vs lib/picky/query/combinations.rb in picky-3.1.1

- old
+ new

@@ -11,10 +11,12 @@ # class Combinations # :nodoc:all attr_reader :combinations - delegate :empty?, :inject, :to => :@combinations + delegate :empty?, + :inject, + :to => :@combinations def initialize combinations = [] @combinations = combinations end \ No newline at end of file