Sha256: e19014489947c82e0df765b000b1b6b7477fc295e84c3c84129d0718673653e3
Contents?: true
Size: 374 Bytes
Versions: 52
Compression:
Stored size: 374 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 Validate < StepAdapters::Move # :nodoc: end end end end
Version data entries
52 entries across 52 versions & 1 rubygems