module Garb module Version MAJOR = 0 MINOR = 7 TINY = 0 def self.to_s # :nodoc: [MAJOR, MINOR, TINY].join('.') end end end