Class: StringMapper::VERSION

Inherits:
Object
  • Object
show all
Defined in:
lib/string-mapper.rb

Overview

:nodoc:

Constant Summary collapse

MAJOR =
0
MINOR =
1
TINY =
0
PATCH =

Set to nil for official release

nil
STRING =
[MAJOR, MINOR, TINY, PATCH].compact.join('.')

Instance Method Summary collapse

Instance Method Details

#to_sObject



37
38
39
# File 'lib/string-mapper.rb', line 37

def to_s
  STRING
end