Sha256: 57f1d38858f091b1fc1f60f7ddb77959cbb760227d512712d35c0d0a0f23eea2

Contents?: true

Size: 278 Bytes

Versions: 3

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.12.0'

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
researchable_loggable-1.5.0 vendor/ruby/ruby/3.2.0/gems/rubocop-performance-1.12.0/lib/rubocop/performance/version.rb
researchable_loggable-1.3.1 vendor/ruby/ruby/3.2.0/gems/rubocop-performance-1.12.0/lib/rubocop/performance/version.rb
rubocop-performance-1.12.0 lib/rubocop/performance/version.rb