[前][次][番号順一覧][スレッド一覧]

ruby-changes:21062

From: naruse <ko1@a...>
Date: Mon, 29 Aug 2011 14:54:13 +0900 (JST)
Subject: [ruby-changes:21062] naruse:r33111 (trunk): Use psych_yaml_as to avoid collision with Syck.

naruse	2011-08-29 14:54:03 +0900 (Mon, 29 Aug 2011)

  New Revision: 33111

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33111

  Log:
    Use psych_yaml_as to avoid collision with Syck.

  Modified files:
    trunk/test/psych/test_deprecated.rb

Index: test/psych/test_deprecated.rb
===================================================================
--- test/psych/test_deprecated.rb	(revision 33110)
+++ test/psych/test_deprecated.rb	(revision 33111)
@@ -145,7 +145,7 @@
     end
 
     class YamlAs
-      yaml_as 'helloworld'
+      psych_yaml_as 'helloworld' # this should be yaml_as but to avoid syck
     end
 
     def test_yaml_as

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]