module Terminal class Table module VERSION #:nodoc: MAJOR, MINOR, TINY = [1, 0, 4] STRING = [MAJOR, MINOR, TINY].join '.' end end end