Module: RuboCop::Performance::Version

Defined in:
lib/rubocop/performance/version.rb

Overview

This module holds the RuboCop Performance version information.

Constant Summary collapse

STRING =
'1.21.0'

Class Method Summary collapse

Class Method Details

.document_versionObject



9
10
11
# File 'lib/rubocop/performance/version.rb', line 9

def self.document_version
  STRING.match('\d+\.\d+').to_s
end