Class: SuperDiff::Core::AbstractOperationTreeBuilder
- Inherits:
-
Object
- Object
- SuperDiff::Core::AbstractOperationTreeBuilder
show all
- Includes:
- ImplementationChecks
- Defined in:
- lib/super_diff/core/abstract_operation_tree_builder.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.applies_to?(_expected, _actual) ⇒ Boolean
6
7
8
|
# File 'lib/super_diff/core/abstract_operation_tree_builder.rb', line 6
def self.applies_to?(_expected, _actual)
raise NotImplementedError
end
|
Instance Method Details
#call ⇒ Object
15
16
17
|
# File 'lib/super_diff/core/abstract_operation_tree_builder.rb', line 15
def call
operation_tree
end
|