Module: Diffable

Defined in:
lib/taskjuggler/AlgorithmDiff.rb

Instance Method Summary collapse

Instance Method Details

#diff(b) ⇒ Object



291
292
293
# File 'lib/taskjuggler/AlgorithmDiff.rb', line 291

def diff(b)
  Diff.new(self, b)
end

#patch(diff) ⇒ Object



295
296
297
# File 'lib/taskjuggler/AlgorithmDiff.rb', line 295

def patch(diff)
  diff.patch(self)
end