Sha256: 1f224a2e483991d774bf71666a0e278d161b52fa2c9c920a6c149e965eca0acb
Contents?: true
Size: 278 Bytes
Versions: 6
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.14.3' def self.document_version STRING.match('\d+\.\d+').to_s end end end end
Version data entries
6 entries across 6 versions & 3 rubygems