Class: Dry::Monads::SuperDiff::Differs::CompareDicts Private
- Inherits:
-
CompareDefault
- Object
- SuperDiff::Basic::Differs::CustomObject
- CompareDefault
- Dry::Monads::SuperDiff::Differs::CompareDicts
- Defined in:
- lib/dry/monads/extensions/super_diff.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.applies_to?(expected, actual) ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
248 249 250 |
# File 'lib/dry/monads/extensions/super_diff.rb', line 248 def self.applies_to?(expected, actual) super && IS_HASH.call(expected) && IS_HASH.call(actual) end |
Instance Method Details
#operation_tree_builder_class ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
252 |
# File 'lib/dry/monads/extensions/super_diff.rb', line 252 def operation_tree_builder_class = OTBuilders::CompareDicts |