Class: SuperDiff::Core::AbstractInspectionTreeBuilder

Inherits:
Object
  • Object
show all
Extended by:
ImplementationChecks
Includes:
Helpers, ImplementationChecks
Defined in:
lib/super_diff/core/abstract_inspection_tree_builder.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Helpers

#jruby?, #object_address_for, #plural_type_for, #ruby_version_matches?, #style, #with_slice_of_array_replaced

Class Method Details

.applies_to?(_value) ⇒ Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/super_diff/core/abstract_inspection_tree_builder.rb', line 11

def self.applies_to?(_value)
  unimplemented_class_method!
end

Instance Method Details

#callObject



17
18
19
# File 'lib/super_diff/core/abstract_inspection_tree_builder.rb', line 17

def call
  unimplemented_instance_method!
end