Sha256: e47a1542dbed2623e2d8855c379838c3f2964f846e131eb78c5a656670dc0132
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.18.0' def self.document_version STRING.match('\d+\.\d+').to_s end end end end
Version data entries
4 entries across 4 versions & 3 rubygems