Class: SuperDiff::EqualityMatchers::Default
- Defined in:
- lib/super_diff/equality_matchers/default.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
Class Method Details
.applies_to?(_value) ⇒ Boolean
6 7 8 |
# File 'lib/super_diff/equality_matchers/default.rb', line 6 def self.applies_to?(_value) true end |
Instance Method Details
#fail ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/super_diff/equality_matchers/default.rb', line 10 def fail <<~OUTPUT.strip Differing objects. #{expected_line} #{actual_line} #{diff_section} OUTPUT end |