Class: SuperDiff::ObjectInspection::InspectionTreeBuilders::Base
Direct Known Subclasses
ActiveRecord::ObjectInspection::InspectionTreeBuilders::ActiveRecordModel, ActiveRecord::ObjectInspection::InspectionTreeBuilders::ActiveRecordRelation, ActiveSupport::ObjectInspection::InspectionTreeBuilders::HashWithIndifferentAccess, Array, CustomObject, DefaultObject, Hash, Primitive, TimeLike, RSpec::ObjectInspection::InspectionTreeBuilders::CollectionContainingExactly, RSpec::ObjectInspection::InspectionTreeBuilders::CollectionIncluding, RSpec::ObjectInspection::InspectionTreeBuilders::Double, RSpec::ObjectInspection::InspectionTreeBuilders::HashIncluding, RSpec::ObjectInspection::InspectionTreeBuilders::InstanceOf, RSpec::ObjectInspection::InspectionTreeBuilders::KindOf, RSpec::ObjectInspection::InspectionTreeBuilders::ObjectHavingAttributes, RSpec::ObjectInspection::InspectionTreeBuilders::ValueWithin
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.applies_to?(_value) ⇒ 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
#call ⇒ Object
15
16
17
|
# File 'lib/super_diff/object_inspection/inspection_tree_builders/base.rb', line 15
def call
unimplemented_instance_method!
end
|