From 850df20bf83d182703d075951bfb95fb4531748a Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sat, 26 Sep 2009 21:42:03 -0700 Subject: start docuemnt flushed out --- lib/psych/parser/handler.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/psych/parser/handler.rb b/lib/psych/parser/handler.rb index a140b09..211ebf1 100644 --- a/lib/psych/parser/handler.rb +++ b/lib/psych/parser/handler.rb @@ -9,9 +9,9 @@ module Psych end ### - # Called when the document starts with the declared +version+ and - # +tag_directives+ - def start_document version = [], tag_directives = [] + # Called when the document starts with the declared +version+, + # +tag_directives+, if the document is +implicit+ + def start_document version = [], tag_directives = [], implicit = true end ### -- cgit v1.2.3