lib/picky/bundle_realtime.rb in picky-3.5.4 vs lib/picky/bundle_realtime.rb in picky-3.6.0

- old
+ new

@@ -40,10 +40,10 @@ # Inverted. # ids = if str_or_syms.include? str_or_sym ids = @inverted[str_or_sym] - ids.delete id + ids.delete id ids.send where, id else str_or_syms << str_or_sym ids = @inverted[str_or_sym] ||= [] ids.send where, id \ No newline at end of file