Closed rossta closed 8 years ago
Selected Chainable methods should accept both varargs and array-like objects:
Chainable
The following would be equivalent:
Montrose.monthly.day_of_month(6, 7, 8) Montrose.monthly.day_of_month([6, 7, 8]) Montrose.monthly.day_of_month(6..8)
Selected
Chainable
methods should accept both varargs and array-like objects:The following would be equivalent: