lib/picky/internals/query/allocations.rb in picky-2.1.0 vs lib/picky/internals/query/allocations.rb in picky-2.1.1
- old
+ new
@@ -40,11 +40,9 @@
end
# Removes combinations.
#
# Only those passed in are removed.
#
- # TODO Rewrite.
- #
def remove identifiers = []
@allocations.each { |allocation| allocation.remove identifiers } unless identifiers.empty?
end
# Returns the top amount ids.
\ No newline at end of file