Module: RuboCop::Tablecop::Version
- Defined in:
- lib/rubocop/tablecop/version.rb
Overview
Version information for rubocop-tablecop.
Constant Summary collapse
- STRING =
"0.3.1"
Class Method Summary collapse
Class Method Details
.document_version ⇒ Object
9 10 11 |
# File 'lib/rubocop/tablecop/version.rb', line 9 def self.document_version STRING.match('\d+\.\d+').to_s end |