module Peekaboo # If you cannot figure this one out, you're on your own! module Version MAJOR = 0 MINOR = 2 PATCH = 1 STRING = [MAJOR, MINOR, PATCH].join('.') end end