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

ruby-changes:3910

From: ko1@a...
Date: Fri, 8 Feb 2008 09:54:40 +0900 (JST)
Subject: [ruby-changes:3910] naruse - Ruby:r15400 (trunk): * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.

naruse	2008-02-08 09:54:21 +0900 (Fri, 08 Feb 2008)

  New Revision: 15400

  Modified files:
    trunk/ChangeLog
    trunk/lib/rdoc/ri/driver.rb

  Log:
    * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/ri/driver.rb?r1=15400&r2=15399&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15400&r2=15399&diff_format=u

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 15399)
+++ ChangeLog	(revision 15400)
@@ -1,3 +1,7 @@
+Fri Feb  8 09:27:57 2008  NARUSE, Yui  <naruse@r...>
+
+	* lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.
+
 Fri Feb 08 00:07:24 2008  Yusuke Endoh  <mame@t...>
 
 	* test/ruby/test_hash.rb: follow the change of Hash#flatten.
Index: lib/rdoc/ri/driver.rb
===================================================================
--- lib/rdoc/ri/driver.rb	(revision 15399)
+++ lib/rdoc/ri/driver.rb	(revision 15400)
@@ -341,7 +341,7 @@
   end
 
   def read_yaml(path)
-    YAML.load File.read(path).gsub(/ \!ruby\/(object|struct):(RDoc::RI|RI).*/, '')
+    YAML.load File.read(path).gsub(/ \!ruby\/(object|struct):(RDoc::RI|RI|SM).*/, '')
   end
 
   def run

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

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