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

ruby-changes:15418

From: tenderlove <ko1@a...>
Date: Mon, 12 Apr 2010 04:08:12 +0900 (JST)
Subject: [ruby-changes:15418] Ruby:r27314 (trunk): * ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwards

tenderlove	2010-04-12 04:05:53 +0900 (Mon, 12 Apr 2010)

  New Revision: 27314

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

  Log:
    * ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwards
      compatibility.

  Modified files:
    trunk/ext/psych/lib/psych/deprecated.rb

Index: ext/psych/lib/psych/deprecated.rb
===================================================================
--- ext/psych/lib/psych/deprecated.rb	(revision 27313)
+++ ext/psych/lib/psych/deprecated.rb	(revision 27314)
@@ -1,3 +1,5 @@
+require 'date'
+
 module Psych
   module DeprecatedMethods # :nodoc:
     attr_accessor :taguri

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

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