summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2009-09-27 15:20:14 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2009-09-27 15:20:14 -0700
commite01fc9ede64a82bcd1fc60ba5aba6c02e892e2f6 (patch)
tree6ca6ff72dc51b29ea3d90ba139078cb5678784d5 /lib
parent56c5edfd2141145f2c3aa1f7010cf2e41a7e8662 (diff)
downloadpsych-e01fc9ede64a82bcd1fc60ba5aba6c02e892e2f6.zip
end_sequence supported
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