Sha256: 83103bd027010d0ec1557f3fcb176998a0b014388b7c3b45e17f2f7e1dc261f1
Contents?: true
Size: 321 Bytes
Versions: 36
Compression:
Stored size: 321 Bytes
Contents
module Kernel # :nodoc: def Outcome input ::Dry::Mutations::Extensions.Outcome(input) end def Outcome! input ::Dry::Mutations::Extensions.Outcome!(input) end def Schema(input_processor: nil, **options, &block) ::Dry::Mutations.Schema(input_processor: input_processor, **options, &block) end end
Version data entries
36 entries across 36 versions & 1 rubygems