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