Method: Time::TimeInEnglish#next_year
- Defined in:
- lib/mega/time_in_english.rb
#next_year ⇒ Object
Short-hand for months_since(1)
168 169 170 |
# File 'lib/mega/time_in_english.rb', line 168 def next_year years_since(1) end |
Short-hand for months_since(1)
168 169 170 |
# File 'lib/mega/time_in_english.rb', line 168 def next_year years_since(1) end |