Sha256: d0805a72096c6de3981bb7d3e447eb28d29fd9640f3b4c6d11fd5047377464f5

Contents?: true

Size: 250 Bytes

Versions: 7017

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

module Parser
  ##
  # @api private
  #
  module Deprecation
    attr_writer :warned_of_deprecation
    def warn_of_deprecation
      @warned_of_deprecation ||= warn(self::DEPRECATION_WARNING) || true
    end
  end
end

Version data entries

7,017 entries across 6,994 versions & 51 rubygems

Version Path
parser-2.7.1.4 lib/parser/deprecation.rb
parser-2.7.1.3 lib/parser/deprecation.rb
parser-2.7.1.2 lib/parser/deprecation.rb
parser-2.7.1.1 lib/parser/deprecation.rb
talon_one-2.0.0 vendor/bundle/ruby/2.7.0/gems/parser-2.7.1.0/lib/parser/deprecation.rb
talon_one-2.0.0 vendor/bundle/ruby/2.3.0/gems/parser-2.7.1.0/lib/parser/deprecation.rb
parser-2.7.1.0 lib/parser/deprecation.rb
parser-2.7.0.5 lib/parser/deprecation.rb
parser-2.7.0.4 lib/parser/deprecation.rb
parser-2.7.0.3 lib/parser/deprecation.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/parser-2.7.0.2/lib/parser/deprecation.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.6.0/gems/parser-2.7.0.2/lib/parser/deprecation.rb
parser-2.7.0.2 lib/parser/deprecation.rb
parser-2.7.0.1 lib/parser/deprecation.rb
parser-2.7.0.0 lib/parser/deprecation.rb
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/deprecation.rb
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/parser-2.6.5.0/lib/parser/deprecation.rb
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/parser-2.6.3.0/lib/parser/deprecation.rb
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/parser-2.6.4.1/lib/parser/deprecation.rb
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/parser-2.6.5.0/lib/parser/deprecation.rb