Test::Unit::Diff::ReadableDiffer
# File test-unit-3.3.4/lib/test/unit/ui/console/testrunner.rb, line 607 def initialize(from, to, runner) @runner = runner super(from, to) end
# File test-unit-3.3.4/lib/test/unit/ui/console/testrunner.rb, line 612 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 2.7.4
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.