# File lib/runt/pdate.rb, line 107 def PDate.month( yr,mon,*ignored ) PDate.civil(MONTH, yr, mon, DAY.min_value ) end