module Rubygems::XcodeprojGenerator::Version

Constants

MAJOR
MINOR
PATCH

Public Class Methods

to_s() click to toggle source
# File lib/rubygems/xcodeproj_generator/version.rb, line 8
def self.to_s
  [MAJOR, MINOR, PATCH].join('.')
end