Method: Chronic::RepeaterFortnight#initialize
- Defined in:
- lib/chronic/repeaters/repeater_fortnight.rb
#initialize(type) ⇒ RepeaterFortnight
Returns a new instance of RepeaterFortnight.
4 5 6 7 |
# File 'lib/chronic/repeaters/repeater_fortnight.rb', line 4 def initialize(type) super @current_fortnight_start = nil end |