Sha256: feb2f0314ab2f7925a5e2ebd9699f8ff62921af16e790147124909c564fb12eb
Contents?: true
Size: 375 Bytes
Versions: 8
Compression:
Stored size: 375 Bytes
Contents
module Dry module Mutations module Transactions # :nodoc: # http://dry-rb.org/gems/dry-transaction/custom-step-adapters/ # step adapters must provide a single `#call(step, *args, input)` method, # which should return the step’s result wrapped in an `Either` object. class Tranquilo < StepAdapters::Move # :nodoc: end end end end
Version data entries
8 entries across 8 versions & 1 rubygems