Method: JustTime#-

Defined in:
lib/just_time.rb

#-(other) ⇒ Object



109
110
111
112
# File 'lib/just_time.rb', line 109

def -(other)
  o = other.kind_of?(JustTime) ? other.ssm : other
  JustTime.new(ssm - o)
end