Module: Diffable

Defined in:
lib/taskjuggler/AlgorithmDiff.rb

Instance Method Summary collapse

Instance Method Details

#diff(b) ⇒ Object



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

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

#patch(diff) ⇒ Object



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

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