Libraries
»
mack
(0.8.3.1)
»
Index (V)
»
Cucumber
»
VERSION
Class: Cucumber::VERSION
Inherits:
Object
Object
Cucumber::VERSION
show all
Defined in:
lib/gems/cucumber-0.1.15/lib/cucumber/version.rb
Overview
:nodoc:
Constant Summary
collapse
MAJOR =
0
MINOR =
1
TINY =
15
PATCH =
Set to nil for official release
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PATCH
]
.
compact
.
join
(
'
.
'
)