Method: LongDurationRange.allowed_units
- Defined in:
- lib/timespan/core_ext/range.rb
.allowed_units ⇒ Object
191 192 193 |
# File 'lib/timespan/core_ext/range.rb', line 191 def self.allowed_units [:days, :weeks, :months, :years] end |