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