Module: Path::VERSION

Defined in:
lib/rubypath/version.rb

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.to_sObject



11
12
13
# File 'lib/rubypath/version.rb', line 11

def self.to_s
  STRING
end