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

ruby-changes:37012

From: akr <ko1@a...>
Date: Fri, 2 Jan 2015 00:50:03 +0900 (JST)
Subject: [ruby-changes:37012] akr:r49093 (trunk): [DOC]

akr	2015-01-02 00:49:50 +0900 (Fri, 02 Jan 2015)

  New Revision: 49093

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

  Log:
    [DOC]

  Modified files:
    trunk/lib/time.rb
Index: lib/time.rb
===================================================================
--- lib/time.rb	(revision 49092)
+++ lib/time.rb	(revision 49093)
@@ -37,7 +37,7 @@ require 'date' https://github.com/ruby/ruby/blob/trunk/lib/time.rb#L37
 # #parse takes a string representation of a Time and attempts to parse it
 # using a heuristic.
 #
-#   Date.parse("2010-10-31") #=> 2010-10-31 00:00:00 -0500
+#   Time.parse("2010-10-31") #=> 2010-10-31 00:00:00 -0500
 #
 # Any missing pieces of the date are inferred based on the current date.
 #

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

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