Method: JustTime#+

Defined in:
lib/just_time.rb

#+(other) ⇒ Object



114
115
116
117
# File 'lib/just_time.rb', line 114

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