Sha256: ab675f9590ee18ebc2177e4eb9a9f8bfadc80fac5ecac370c7fc614b3342c5ac

Contents?: true

Size: 278 Bytes

Versions: 1

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-performance-1.23.1 lib/rubocop/performance/version.rb