Sha256: a043784ac5ae087bea2399181eb5d3dcbf818fafc12987e96990ac12cd09cb8b
Contents?: true
Size: 278 Bytes
Versions: 2
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.20.2' def self.document_version STRING.match('\d+\.\d+').to_s end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
mlh-rubocop-config-1.0.3 | vendor/bundle/ruby/3.2.0/gems/rubocop-performance-1.20.2/lib/rubocop/performance/version.rb |
rubocop-performance-1.20.2 | lib/rubocop/performance/version.rb |