Module: FeCoreExt::CoreExt::Date
- Included in:
- Date
- Defined in:
- lib/fe_core_ext/core_ext/date.rb
Instance Method Summary collapse
Instance Method Details
#parse_as_future(string) ⇒ Object
8 9 10 11 |
# File 'lib/fe_core_ext/core_ext/date.rb', line 8 def parse_as_future(string) date = parse(string) date > current ? date : date + 1.year end |