Module Diffable
In: lib/taskjuggler/AlgorithmDiff.rb

Methods

diff   patch  

Public Instance methods

[Source]

# File lib/taskjuggler/AlgorithmDiff.rb, line 290
  def diff(b)
    Diff.new(self, b)
  end

[Source]

# File lib/taskjuggler/AlgorithmDiff.rb, line 294
  def patch(diff)
    diff.patch(self)
  end

[Validate]