0
2
4
10 11 12
# File 'lib/iknow/core/version.rb', line 10 def to_name "#{MAJOR}_#{MINOR}_#{REVISION}" end
6 7 8
# File 'lib/iknow/core/version.rb', line 6 def to_version "#{MAJOR}.#{MINOR}.#{REVISION}" end