Test::Unit::Diff::ReadableDiffer
# File test-unit-3.3.7/lib/test/unit/ui/console/testrunner.rb, line 622 def initialize(from, to, runner) @runner = runner super(from, to) end
# File test-unit-3.3.7/lib/test/unit/ui/console/testrunner.rb, line 627 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.0.2
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.