summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/parser/handler.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/psych/parser/handler.rb b/lib/psych/parser/handler.rb
index b2706c1..4c87fff 100644
--- a/lib/psych/parser/handler.rb
+++ b/lib/psych/parser/handler.rb
@@ -36,6 +36,11 @@ module Psych
end
###
+ # Called when a sequence ends.
+ def end_sequence
+ end
+
+ ###
# Called when the YAML stream ends
def end_stream
end