From f114089585d486920f53c0c4cb92d73dc4ed577c Mon Sep 17 00:00:00 2001 From: hsbt Date: Sat, 28 Apr 2018 01:47:58 +0000 Subject: Merge Pysch 3.0.3.pre1. I added the following additional commits from 3.0.3.pre1: * https://github.com/ruby/psych/pull/356 * https://github.com/ruby/psych/pull/357 * https://github.com/ruby/psych/pull/359 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/lib/psych/nodes/mapping.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/psych/lib/psych/nodes/mapping.rb') diff --git a/ext/psych/lib/psych/nodes/mapping.rb b/ext/psych/lib/psych/nodes/mapping.rb index b921ddc862..d49678cb0e 100644 --- a/ext/psych/lib/psych/nodes/mapping.rb +++ b/ext/psych/lib/psych/nodes/mapping.rb @@ -52,6 +52,8 @@ module Psych @implicit = implicit @style = style end + + def mapping?; true; end end end end -- cgit v1.2.3