Class: SuperDiff::BinaryString::Differs::BinaryString
- Inherits:
-
Core::AbstractDiffer
- Object
- Core::AbstractDiffer
- SuperDiff::BinaryString::Differs::BinaryString
- Defined in:
- lib/super_diff/binary_string/differs/binary_string.rb
Class Method Summary collapse
Methods inherited from Core::AbstractDiffer
Class Method Details
.applies_to?(expected, actual) ⇒ Boolean
7 8 9 |
# File 'lib/super_diff/binary_string/differs/binary_string.rb', line 7 def self.applies_to?(expected, actual) SuperDiff::BinaryString.applies_to?(expected, actual) end |