Methods

Class/Module Index [+]

Quicksearch

Diffable

Public Instance Methods

diff(b) click to toggle source
# File lib/taskjuggler/AlgorithmDiff.rb, line 288
def diff(b)
  Diff.new(self, b)
end
patch(diff) click to toggle source
# File lib/taskjuggler/AlgorithmDiff.rb, line 292
def patch(diff)
  diff.patch(self)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.