Sha256: 5024bdbf363c6acc2c94bfbd42f3b3062983fcb9f0f93554c1f594c566860e76
Contents?: true
Size: 455 Bytes
Versions: 13
Compression:
Stored size: 455 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Service module Plugins module HasResultSteps module Entities class Method module Concern module ClassMethods def cast(other, **options) Commands::CastMethod.call(other: other, options: options) end end end end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems