Sha256: e2e5f64fd07cd1a38654c1f32b0b3feb5f00738bbad1bcf2269b32640d959931

Contents?: true

Size: 455 Bytes

Versions: 20

Compression:

Stored size: 455 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Common
    module Plugins
      module HasAroundCallbacks
        module Concern
          include Support::Concern

          class_methods do
            def around(type, &block)
              Plugins::HasCallbacks::Entities::Callback.new(types: [:around, type], block: block).tap { |callback| callbacks << callback }
            end
          end
        end
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
convenient_service-0.17.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.16.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.15.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.14.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.13.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.12.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.11.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.10.1 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.10.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.9.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.8.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.7.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.6.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.5.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.4.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.3.1 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.3.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.2.1 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.2.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb
convenient_service-0.1.0 lib/convenient_service/common/plugins/has_around_callbacks/concern.rb