0
41
Version.to_s
8 9 10
# File 'lib/libtom/math/version.rb', line 8 def to_a [MAJOR, MINOR, BUILD] end
12 13 14
# File 'lib/libtom/math/version.rb', line 12 def to_s to_a.join(".") end