Lines Matching refs:collected
473 collected = {}474 m.each { |k,v| collected[v] = k }475 assert collected == { 42 => "jkl;", 1 => "asdf" }