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