Actions
Feature #14550
openSupport keyword arguments with Date#step
Feature #14550:
Support keyword arguments with Date#step
Status:
Open
Assignee:
-
Target version:
-
Description
Files
Actions
Added by ksss (Yuki Kurihara) over 8 years ago. Updated over 8 years ago.
Description
Files
| date-step.patch (2.8 KB) date-step.patch | ksss (Yuki Kurihara), 02/24/2018 02:34 PM | ||
| date-step-2.patch (3.46 KB) date-step-2.patch | ksss (Yuki Kurihara), 02/25/2018 08:35 AM |
Seems ok.
For others, here is a quick link to the documentation for Date
in current ruby 2.5.0:
http://ruby-doc.org/stdlib-2.5.0/libdoc/date/rdoc/Date.html#method-i-step
Thank you for reviewing.
I updated the documentation for Date#step also. (date-step-2.patch)
If adding keyword options, would it make sense to add the possibility to enumerate by >> for whole months instead of only succ days, or is that out of scope here?
avit (Andrew Vit) wrote:
If adding keyword options, would it make sense to add the possibility to enumerate by
>>for whole months instead of onlysuccdays, or is that out of scope here?
Please write a separate feature describing your proposal in more detail. You can link to this feature if you think it's related.