lib/picky/query/combinations.rb in picky-0.12.3 vs lib/picky/query/combinations.rb in picky-1.0.0
- old
+ new
@@ -2,10 +2,10 @@
# Combinations are a number of Combination-s.
#
# They are the core of an allocation.
#
- class Combinations
+ class Combinations # :nodoc:all
attr_reader :combinations
delegate :empty?, :to => :@combinations
\ No newline at end of file