Class: SuperDiff::OperationTreeBuilders::Base
- Inherits:
-
Object
- Object
- SuperDiff::OperationTreeBuilders::Base
show all
- Includes:
- ImplementationChecks
- Defined in:
- lib/super_diff/operation_tree_builders/base.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.applies_to?(_expected, _actual) ⇒ Boolean
4
5
6
|
# File 'lib/super_diff/operation_tree_builders/base.rb', line 4
def self.applies_to?(_expected, _actual)
raise NotImplementedError
end
|
Instance Method Details
#call ⇒ Object
13
14
15
|
# File 'lib/super_diff/operation_tree_builders/base.rb', line 13
def call
operation_tree
end
|