Class: SuperDiff::Core::AbstractOperationTreeBuilder

Inherits:
Object
  • Object
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

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


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

#callObject



15
16
17
# File 'lib/super_diff/core/abstract_operation_tree_builder.rb', line 15

def call
  operation_tree
end