Sha256: 21035a14fb67ff996d0c3c672b0d1f0184045938d9f0b667760bcaa16ee61bc1
Contents?: true
Size: 453 Bytes
Versions: 10
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Service module Plugins module CanHaveSteps 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
10 entries across 10 versions & 1 rubygems