git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2011-04-16 13:43:15 +00:00
parent 10ce57ea8d
commit 531dfb40e0

View File

@ -1417,7 +1417,7 @@ date_s__strptime_internal(int argc, VALUE *argv, VALUE klass,
/* /*
* call-seq: * call-seq:
* Date._strftime(string, [format="%F"]) * Date._strptime(string, [format="%F"])
* *
* Return a hash of parsed elements. * Return a hash of parsed elements.
*/ */
@ -3159,7 +3159,7 @@ datetime_s_now(int argc, VALUE *argv, VALUE klass)
/* /*
* call-seq: * call-seq:
* DateTime._strftime(string, [format="%FT%T%z"]) * DateTime._strptime(string, [format="%FT%T%z"])
* *
* Return a hash of parsed elements. * Return a hash of parsed elements.
*/ */