Module: RuboCop::Performance::Version
Relationships & Source Files | |
Defined in: | lib/rubocop/performance/version.rb |
Overview
This module holds the RuboCop Performance version information.
Constant Summary
-
STRING =
# File 'lib/rubocop/performance/version.rb', line 7'1.23.0'
Class Method Summary
Class Method Details
.document_version
[ GitHub ]# File 'lib/rubocop/performance/version.rb', line 9
def self.document_version STRING.match('\d+\.\d+').to_s end