module Planet::Version
Constants
- MAJOR
- MINOR
- PATCH
Public Class Methods
to_s()
click to toggle source
# File lib/planet/version.rb, line 7 def self.to_s [MAJOR, MINOR, PATCH].join('.') end
# File lib/planet/version.rb, line 7 def self.to_s [MAJOR, MINOR, PATCH].join('.') end