From 331b0ac55b1eb6f4b1e48df9cf91e6752cf586ac Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 1 Jan 2015 15:49:50 +0000 Subject: [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/time.rb b/lib/time.rb index d39c4f6515..8edc9e63c3 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -37,7 +37,7 @@ require 'date' # #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. # -- cgit v1.2.3