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