# File lib/selectable.rb, line 63 63: def filter!(*tags) 64: tags = Selectable.normalize tags 65: self.delete_if { |obj| obj.tags < tags } 66: end