Sha256: d0805a72096c6de3981bb7d3e447eb28d29fd9640f3b4c6d11fd5047377464f5

Contents?: true

Size: 250 Bytes

Versions: 6690

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

6,690 entries across 6,667 versions & 49 rubygems

Version Path
dirwatch-0.0.9 vendor/bundle/ruby/2.5.0/gems/parser-2.5.1.2/lib/parser/deprecation.rb
parser-2.5.1.2 lib/parser/deprecation.rb
parser-2.5.1.1 lib/parser/deprecation.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/parser-2.5.1.0/lib/parser/deprecation.rb
parser-2.5.1.0 lib/parser/deprecation.rb
parser-2.5.0.5 lib/parser/deprecation.rb
parser-2.5.0.3 lib/parser/deprecation.rb
parser-2.5.0.2 lib/parser/deprecation.rb
parser-2.5.0.1 lib/parser/deprecation.rb
parser-2.5.0.0 lib/parser/deprecation.rb