Libraries
»
box
(0.1.1)
»
Index
»
Box
»
Version
»
to_s
Method: Box::Version.to_s
Defined in:
lib/box/version.rb
.
to_s
⇒
Object
7 8 9
# File 'lib/box/version.rb', line 7
def
self
.
to_s
[
MAJOR
,
MINOR
,
PATCH
]
.
join
(
'
.
'
)
end