Libraries
»
box
(0.1.1)
»
Index (V)
»
Box
»
Version
Module: Box::Version
Defined in:
lib/box/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
1
PATCH =
1
Class Method Summary
collapse
.
to_s
⇒ Object
Class Method Details
.
to_s
⇒
Object
7 8 9
# File 'lib/box/version.rb', line 7
def
self
.
to_s
[
MAJOR
,
MINOR
,
PATCH
]
.
join
(
'
.
'
)
end