Sha256: 4c6ab2e7b36d84206af89c999c66bdef75db4d88eb8933c16af23983d252a9ad
Contents?: true
Size: 777 Bytes
Versions: 8
Compression:
Stored size: 777 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Service module Plugins module CanHaveSteps module Entities class Step module Plugins module CanBeMethodStep module CanBePrinted class Middleware < MethodChainMiddleware intended_for :printable_service, entity: :step ## # @return [String] # def next(...) return chain.next(...) unless entity.method_step? ":#{entity.method}" end end end end end end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems