Class: SuperDiff::ObjectInspection::InspectionTreeBuilders::Base

Inherits:
Object
  • Object
show all
Extended by:
ImplementationChecks
Includes:
ImplementationChecks
Defined in:
lib/super_diff/object_inspection/inspection_tree_builders/base.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.applies_to?(_value) ⇒ Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/super_diff/object_inspection/inspection_tree_builders/base.rb', line 9

def self.applies_to?(_value)
  unimplemented_class_method!
end

Instance Method Details

#callObject



15
16
17
# File 'lib/super_diff/object_inspection/inspection_tree_builders/base.rb', line 15

def call
  unimplemented_instance_method!
end