Module: Quantity::VERSION
- Defined in:
- lib/quantity/version.rb
Constant Summary collapse
- MAJOR =
0- MINOR =
1- TINY =
2- EXTRA =
nil- STRING =
[MAJOR, MINOR, TINY].join('.')
Class Method Summary collapse
Class Method Details
.to_s ⇒ String
13 |
# File 'lib/quantity/version.rb', line 13 def self.to_s() STRING end |
.to_str ⇒ String
17 |
# File 'lib/quantity/version.rb', line 17 def self.to_str() STRING end |