Test::Unit::Diff::ReadableDiffer
# File test-unit-3.5.3/lib/test/unit/ui/console/testrunner.rb, line 590 def initialize(from, to, runner) @runner = runner super(from, to) end
# File test-unit-3.5.3/lib/test/unit/ui/console/testrunner.rb, line 595 def need_diff?(options={}) return false if one_line_all_change? operations.each do |tag,| return true if [:replace, :equal].include?(tag) end false end
This page was generated for Ruby 3.1.0
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.