Class: SuperDiff::BinaryString::OperationTrees::BinaryString
- Inherits:
-
Core::AbstractOperationTree
- Object
- Core::AbstractOperationTree
- SuperDiff::BinaryString::OperationTrees::BinaryString
- Defined in:
- lib/super_diff/binary_string/operation_trees/binary_string.rb
Class Method Summary collapse
Methods inherited from Core::AbstractOperationTree
#==, #flatten, #initialize, #perhaps_elide, #pretty_print, #to_diff
Constructor Details
This class inherits a constructor from SuperDiff::Core::AbstractOperationTree
Class Method Details
.applies_to?(value) ⇒ Boolean
7 8 9 |
# File 'lib/super_diff/binary_string/operation_trees/binary_string.rb', line 7 def self.applies_to?(value) SuperDiff::BinaryString.applies_to?(value) end |