Diff::ReadableDiffer
# File lib/test/unit/ui/console/testrunner.rb, line 473 def initialize(from, to, runner) @runner = runner super(from, to) end
# File lib/test/unit/ui/console/testrunner.rb, line 478 def need_diff?(options={}) operations.each do |tag,| return true if [:replace, :equal].include?(tag) end false end
[Validate]
Generated with the Darkfish Rdoc Generator 2.