diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/psych/parser/handler.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/psych/parser/handler.rb b/lib/psych/parser/handler.rb index 211ebf1..5b330a0 100644 --- a/lib/psych/parser/handler.rb +++ b/lib/psych/parser/handler.rb @@ -15,6 +15,11 @@ module Psych end ### + # Called with the document ends. + def end_document implicit = true + end + + ### # Called when the YAML stream ends def end_stream end |