Module: Cronofy::WeeklyPeriodEnumerable
- Defined in:
- lib/cronofy/types.rb
Class Method Summary collapse
Class Method Details
.coerce(values) ⇒ Object
408 409 410 |
# File 'lib/cronofy/types.rb', line 408 def self.coerce(values) values.map { |v| WeeklyPeriod.new(v) } end |