1
2
10 11 12
# File 'lib/keybox/version.rb', line 10 def to_a [MAJOR, MINOR, BUILD] end
14 15 16
# File 'lib/keybox/version.rb', line 14 def to_s to_a.join(".") end