Class: Pact::TextDiffer
- Inherits:
-
Object
- Object
- Pact::TextDiffer
- Extended by:
- Matchers
- Defined in:
- lib/pact/shared/text_differ.rb
Constant Summary
Constants included from Matchers
Matchers::DEFAULT_OPTIONS, Matchers::NO_DIFF, Matchers::NO_DIFF_AT_INDEX
Class Method Summary collapse
Methods included from Matchers
Class Method Details
.call(expected, actual, options = {}) ⇒ Object
9 10 11 |
# File 'lib/pact/shared/text_differ.rb', line 9 def self.call expected, actual, = {} diff expected, actual, end |