summaryrefslogtreecommitdiff
path: root/lib/psych/parser/handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/parser/handler.rb')
-rw-r--r--lib/psych/parser/handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/parser/handler.rb b/lib/psych/parser/handler.rb
index a36e8fa..a0152e7 100644
--- a/lib/psych/parser/handler.rb
+++ b/lib/psych/parser/handler.rb
@@ -26,7 +26,7 @@ module Psych
###
# Called when a scalar +value+ is found
- def scalar tag, value
+ def scalar value, anchor = nil, tag = nil
end
###