Method: DateAndTime::Calculations#prev_month
- Defined in:
- lib/core_ext/date_and_time/calculations.rb
#prev_month ⇒ Object Also known as: last_month
Short-hand for months_ago(1).
218 219 220 |
# File 'lib/core_ext/date_and_time/calculations.rb', line 218 def prev_month months_ago(1) end |