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