Module: Sinatra::Version
- Defined in:
- lib/codebutler/sinatra.rb
Constant Summary collapse
- MAJOR =
'0'- MINOR =
'2'- REVISION =
'0'
Class Method Summary collapse
Class Method Details
.combined ⇒ Object
84 85 86 |
# File 'lib/codebutler/sinatra.rb', line 84 def self.combined [MAJOR, MINOR, REVISION].join('.') end |