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

Version Path
convenient_service-0.19.1 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.19.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.18.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.17.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.16.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.15.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.14.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.13.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.12.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb
convenient_service-0.11.0 lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb