Sha256: f053986e61582e6a9df4e88b8245404d8ffb2a9f570de416ec831503773475ca

Contents?: true

Size: 164 Bytes

Versions: 25

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

# :markup: markdown

module ActionCable
  def self.deprecator # :nodoc:
    @deprecator ||= ActiveSupport::Deprecation.new
  end
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
actioncable-7.2.0 lib/action_cable/deprecator.rb
actioncable-7.2.0.rc1 lib/action_cable/deprecator.rb
actioncable-7.2.0.beta3 lib/action_cable/deprecator.rb
actioncable-7.2.0.beta2 lib/action_cable/deprecator.rb
actioncable-7.2.0.beta1 lib/action_cable/deprecator.rb