Method: Chronic::RepeaterTime::Tick#*

Defined in:
lib/chronic/repeaters/repeater_time.rb

#*(other) ⇒ Object



15
16
17
# File 'lib/chronic/repeaters/repeater_time.rb', line 15

def *(other)
  Tick.new(@time * other, @ambiguous)
end