lib/picky/query/qualifiers.rb in picky-0.2.3 vs lib/picky/query/qualifiers.rb in picky-0.2.4

- old
+ new

@@ -11,10 +11,10 @@ # # codes is an array. # def initialize normalized_qualifier, codes @normalized_qualifier = normalized_qualifier - @codes = codes + @codes = codes.map &:to_sym end # Will overwrite if the key is present in the hash. # def inject_into hash \ No newline at end of file