diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/psych/parser/handler.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/psych/parser/handler.rb b/lib/psych/parser/handler.rb index e2de6d8..8bfdb1a 100644 --- a/lib/psych/parser/handler.rb +++ b/lib/psych/parser/handler.rb @@ -51,6 +51,12 @@ module Psych end ### + # Called when an empty event happens. (Which, as far as I can tell, is + # never). + def empty + end + + ### # Called when the YAML stream ends def end_stream end |