Sha256: 673d51cec568f3c01017116221e7d6336eb185e866f83309d0cd3ff8983994df

Contents?: true

Size: 149 Bytes

Versions: 19

Compression:

Stored size: 149 Bytes

Contents

# frozen_string_literal: true

module DeprecationToolkit
  module Behaviors
    class Disabled
      def self.trigger(*)
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
deprecation_toolkit-2.2.0 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-2.1.0 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-2.0.4 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-2.0.3 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-2.0.2 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-2.0.1 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-2.0.0 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.5.1 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.5.0 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.4.0 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.3.0 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.2.2 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.2.1 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.2.0 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.1.0 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.0.3 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.0.2 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.0.1 lib/deprecation_toolkit/behaviors/disabled.rb
deprecation_toolkit-1.0.0 lib/deprecation_toolkit/behaviors/disabled.rb