Methods

Class Index [+]

Quicksearch

DiffableString

Public Instance Methods

diff(b) click to toggle source
     # File lib/taskjuggler/AlgorithmDiff.rb, line 302
302:   def diff(b)
303:     split("\n").extend(Diffable).diff(b.split("\n"))
304:   end
patch(hunks) click to toggle source
     # File lib/taskjuggler/AlgorithmDiff.rb, line 306
306:   def patch(hunks)
307:     split("\n").extend(Diffable).patch(hunks).join("\n") + "\n"
308:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.