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