class ActiveSupport::Duration

def months(value) # :nodoc:

:nodoc:
def months(value) # :nodoc:
  new(value * SECONDS_PER_MONTH, { months: value }, true)
end