module Expire::NumerusUnit

A mixin to get the right numerus of unit

Public Instance Methods

numerus_unit() click to toggle source
# File lib/expire/numerus_unit.rb, line 6
def numerus_unit
  unit.pluralize(amount)
end