Module: Restify::VERSION

Defined in:
lib/restify/version.rb

Constant Summary collapse

MAJOR =
0
MINOR =
3
PATCH =
1
STAGE =
nil
STRING =
[MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.').freeze

Class Method Summary collapse

Class Method Details

.to_sObject



9
10
11
# File 'lib/restify/version.rb', line 9

def self.to_s
  STRING
end