Module: SexyScopes::Version

Defined in:
lib/sexy_scopes/version.rb

Constant Summary collapse

MAJOR =
0
MINOR =
8
TINY =
0
STRING =
[MAJOR, MINOR, TINY].join('.')

Class Method Summary collapse

Class Method Details

.to_strObject Also known as: to_s

Allows SexyScopes::Version to display (to_s) and behave (to_str) as a string



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

def to_str
  STRING
end