Sha256: e47a1542dbed2623e2d8855c379838c3f2964f846e131eb78c5a656670dc0132

Contents?: true

Size: 278 Bytes

Versions: 4

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  module Performance
    # This module holds the RuboCop Performance version information.
    module Version
      STRING = '1.18.0'

      def self.document_version
        STRING.match('\d+\.\d+').to_s
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rubocop-performance-1.18.0/lib/rubocop/performance/version.rb
mlh-rubocop-config-1.0.2 vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.18.0/lib/rubocop/performance/version.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-performance-1.18.0/lib/rubocop/performance/version.rb
rubocop-performance-1.18.0 lib/rubocop/performance/version.rb