Method: Time#+

Defined in:
lib/when_exe/core/duration.rb

#+(other) ⇒ Object



63
64
65
# File 'lib/when_exe/core/duration.rb', line 63

def +(other)
  other.kind_of?(When::TM::Duration) ? self + other.to_f : self._plus_(other)
end