Method: RiCal::FastDateTime#days_in_month
- Defined in:
- lib/ri_cal/fast_date_time.rb
#days_in_month ⇒ Object
def jd
date.jd
end
88 89 90 |
# File 'lib/ri_cal/fast_date_time.rb', line 88 def days_in_month date.days_in_month end |