0
2
1
Version.to_s
12 13 14
# File 'lib/crate/version.rb', line 12 def to_a [MAJOR, MINOR, BUILD] end
16 17 18
# File 'lib/crate/version.rb', line 16 def to_s to_a.join(".") end