Libraries
»
radiant-rc
(0.9.0)
»
Index (V)
»
Radiant
»
Version
Module: Radiant::Version
Defined in:
lib/radiant.rb
Constant Summary
collapse
Major =
'
0
'
Minor =
'
9
'
Tiny =
'
0
'
Class Method Summary
collapse
.
to_s
⇒ Object
(also: to_str)
Class Method Details
.
to_s
⇒
Object
Also known as:
to_str
11 12 13
# File 'lib/radiant.rb', line 11
def
to_s
[
Major
,
Minor
,
Tiny
]
.
join
(
'
.
'
)
end