Class: Smith::Workflow::SplitStepPersistence::TransitionContractSignature

Inherits:
Object
  • Object
show all
Extended by:
Dry::Initializer
Includes:
TransitionContractStructuredValues
Defined in:
lib/smith/workflow/split_step_persistence/transition_contract_signature.rb

Instance Method Summary collapse

Instance Method Details

#callObject



18
19
20
21
22
23
# File 'lib/smith/workflow/split_step_persistence/transition_contract_signature.rb', line 18

def call
  @nodes = 0
  @bytes = 0
  @seen = {}.compare_by_identity
  signature_value(value, 0)
end