0
3
Version.to_s
9 10 11
# File 'lib/rabal/version.rb', line 9 def to_a [MAJOR, MINOR, BUILD] end
13 14 15
# File 'lib/rabal/version.rb', line 13 def to_s to_a.join(".") end