summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/set.rb
blob: 6793a8ed1b676a50d9b5aad01200e7a6131b0c88 (plain)
1
2
3
4
module Psych
  class Set < ::Hash
  end
end