Module: RuboCop::Rubomatic::VERSION

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

Constant Summary collapse

MAJOR =
1
MINOR =
6
TINY =
3
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_sString

Returns:

  • (String)


16
17
18
# File 'lib/rubocop/rubomatic/version.rb', line 16

def self.to_s
  STRING
end