Sha256: 635905629592391abe37f16cbd34a850a245bc34ac09cbbf897f3b7bf493910b
Contents?: true
Size: 192 Bytes
Versions: 3
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true module OnStrum module Service module ClassMethods def call(ctx, **args, &block) new(ctx, **args).execute(&block) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
on_strum-service-1.0.2 | lib/on_strum/service/class_methods.rb |
on_strum-service-1.0.1 | lib/on_strum/service/class_methods.rb |
on_strum-service-1.0.0 | lib/on_strum/service/class_methods.rb |