Method: Monthly.partial_months

Defined in:
lib/monthly.rb

.partial_months(from, to, days_per_month = 30) ⇒ Object



6
7
8
9
# File 'lib/monthly.rb', line 6

def self.partial_months(from, to, days_per_month=30)
  calculator = Calculator.new(from, to, days_per_month)
  calculator.partial_months
end