Class: SuperDiff::OperationTreeBuilders::Base

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

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


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

#callObject



13
14
15
# File 'lib/super_diff/operation_tree_builders/base.rb', line 13

def call
  operation_tree
end