Method: Time#-

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

#-(other) ⇒ Object



69
70
71
# File 'lib/when_exe/core/duration.rb', line 69

def -(other)
  other.kind_of?(When::TM::Duration) ? self - other.to_f : self._minus_(other)
end