Module: LicenseValidator::VERSION
- Defined in:
- lib/license_validator/version.rb
Constant Summary collapse
- MAJOR =
2- MINOR =
0- TINY =
0- 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
15 16 17 |
# File 'lib/license_validator/version.rb', line 15 def self.to_s STRING end |