Method: Monthify::Month#next
- Defined in:
- lib/monthify/month.rb
#next ⇒ Month Also known as: succ
Returns the month following this one.
81 82 83 |
# File 'lib/monthify/month.rb', line 81 def next self + 1.month end |
Returns the month following this one.
81 82 83 |
# File 'lib/monthify/month.rb', line 81 def next self + 1.month end |