class Dry::Monads::SuperDiff::Tuple::Dict::OTFlatteners::MonasAsCollectionConstructor::RegularConstructor::TupleConstructor::OT::RegularConstructor::TupleConstructor::Tuple::Dict::OTBuilders::CompareDefault::Dict
Public Class Methods
Source
# File lib/dry/monads/extensions/super_diff.rb, line 186 def self.applies_to?(expected, actual) expected.is_a?(::Dry::Monads::SuperDiff::Dict) && actual.instance_of?(expected.class) end
Private Instance Methods
Source
# File lib/dry/monads/extensions/super_diff.rb, line 193 def build_operation_tree = OT::Dict.new([]) end