Module: Iknow::Version
- Defined in:
- lib/iknow/core/version.rb
Constant Summary collapse
- MAJOR =
0- MINOR =
2- REVISION =
3
Class Method Summary collapse
Class Method Details
.to_name ⇒ Object
10 11 12 |
# File 'lib/iknow/core/version.rb', line 10 def to_name "#{MAJOR}_#{MINOR}_#{REVISION}" end |
.to_version ⇒ Object
6 7 8 |
# File 'lib/iknow/core/version.rb', line 6 def to_version "#{MAJOR}.#{MINOR}.#{REVISION}" end |