# File lib/launchy/version.rb, line 7 def self.to_a [MAJOR, MINOR, BUILD] end
# File lib/launchy/version.rb, line 11 def self.to_s to_a.join(".") end