Module: RuboCop::RubomaticRails::VERSION
- Defined in:
- lib/rubocop/rubomatic-rails/version.rb
Constant Summary collapse
- MAJOR =
2- MINOR =
0- TINY =
2- PRE =
Set PRE to nil unless it's a pre-release (beta, rc, etc.)
nil- STRING =
[MAJOR, MINOR, TINY, PRE].compact.join('.').freeze
Class Method Summary collapse
Class Method Details
.to_s ⇒ String
16 17 18 |
# File 'lib/rubocop/rubomatic-rails/version.rb', line 16 def self.to_s STRING end |