lib/picky/query/combination.rb in picky-0.12.3 vs lib/picky/query/combination.rb in picky-1.0.0

- old
+ new

@@ -5,10 +5,10 @@ # # A combination is a single part of an allocation. # # An allocation consists of a number of combinations. # - class Combination + class Combination # :nodoc:all attr_reader :token, :bundle, :category_name def initialize token, category @token = token \ No newline at end of file