Module: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Concern::ClassMethods

Defined in:
lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb

Instance Method Summary collapse

Instance Method Details

#cast(other, **options) ⇒ Object



11
12
13
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb', line 11

def cast(other, **options)
  Commands::CastMethod.call(other: other, options: options)
end