summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/set.rb
blob: 760d217098129234e9ab4edbd78bff60e202890b (plain)
1
2
3
4
5
# frozen_string_literal: true
module Psych
  class Set < ::Hash
  end
end