Sha256: e8d943561fc15076bede5c3a6f275d0e996605d3688baa33ca9d1d4f351244bf

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

      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.13.3/lib/rubocop/performance/version.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rubocop-performance-1.13.3/lib/rubocop/performance/version.rb
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/rubocop-performance-1.13.3/lib/rubocop/performance/version.rb
rubocop-performance-1.13.3 lib/rubocop/performance/version.rb