Sha256: b6c229e9509f4ea1b53c5675de53c7323a19978fe3b3bf4719b2f402d0419230

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

module DispatchRider
  module Callbacks
    # Adds callback support to an object.
    module Support
      private

      def callbacks
        @callbacks ||= Callbacks::Access.new DispatchRider.config.callbacks
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dispatch-rider-2.2.0 lib/dispatch-rider/callbacks/support.rb