Sha256: 4d8a38276cbfaaf3502f313abaac742f00d546a943a2aff63a66e9fd0dbc6609
Contents?: true
Size: 375 Bytes
Versions: 52
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 Transform < StepAdapters::Move # :nodoc: end end end end
Version data entries
52 entries across 52 versions & 1 rubygems