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