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