class TitleCase::Version

Constants

MAJOR
MINOR
PATCH

Public Class Methods

to_s() click to toggle source
# File lib/title_case.rb, line 9
def to_s
  [MAJOR, MINOR, PATCH].join('.')
end