module GtfsEngine::Version
Constants
- BUILD
- MAJOR
The following four lines are generated, so don’t mess with them.
- MINOR
- PATCH
Public Class Methods
to_s()
click to toggle source
# File lib/gtfs_engine/version.rb, line 23 def self.to_s [MAJOR, MINOR, PATCH, BUILD].compact.join '.' end