class Spore::Version
Constants
- MAJOR
- MINOR
- PATCH
Public Class Methods
to_s()
click to toggle source
# File lib/spore/version.rb, line 8 def to_s [MAJOR, MINOR, PATCH].join('.') end
# File lib/spore/version.rb, line 8 def to_s [MAJOR, MINOR, PATCH].join('.') end