Libraries
»
autostruct
(0.1.0)
»
Index (V)
»
Autostruct
»
Version
Module: Autostruct::Version
Defined in:
lib/autostruct/version.rb
Overview
:nodoc:
Constant Summary
collapse
MAJOR =
0
MINOR =
1
TINY =
0
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
"."
)