Actions
Feature #13259
openKernel#Date
Feature #13259:
Kernel#Date
Status:
Open
Assignee:
-
Target version:
-
Description
I often see a piece of code like this:
Since we now have (https://bugs.ruby-lang.org/issues/12732) Kernel#Integer with a parameter to avoid raising an error in case of an invalid string, I think that having a counterpart of it in Date would be convenient. I propose Kernel#Date, which works like Date.strptime except that it takes an optional keyword argument, and works as follows:
Actions