summaryrefslogtreecommitdiff
path: root/lib/psych/set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/set.rb')
-rw-r--r--lib/psych/set.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/psych/set.rb b/lib/psych/set.rb
new file mode 100644
index 0000000000..6793a8ed1b
--- /dev/null
+++ b/lib/psych/set.rb
@@ -0,0 +1,4 @@
+module Psych
+ class Set < ::Hash
+ end
+end