# File lib/rack/mount/vendor/multimap/multiset.rb, line 34 def to_a inject([]) { |ary, (key, _)| ary << key } end