Method: Chronic::RepeaterTime::Tick#initialize
- Defined in:
- lib/chronic/repeaters/repeater_time.rb
#initialize(time, ambiguous = false) ⇒ Tick
Returns a new instance of Tick.
6 7 8 9 |
# File 'lib/chronic/repeaters/repeater_time.rb', line 6 def initialize(time, ambiguous = false) @time = time @ambiguous = ambiguous end |