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