Method: DateAndTime::Calculations#quarter
- Defined in:
- activesupport/lib/active_support/core_ext/date_and_time/calculations.rb
#quarter ⇒ Object
166 167 168 |
# File 'activesupport/lib/active_support/core_ext/date_and_time/calculations.rb', line 166 def quarter (month / 3.0).ceil end |