Libraries
»
transpec
(2.3.2)
»
Index
»
Transpec
»
Version
»
to_s
Method: Transpec::Version.to_s
Defined in:
lib/transpec/version.rb
.
to_s
⇒
Object
10 11 12
# File 'lib/transpec/version.rb', line 10
def
self
.
to_s
[
MAJOR
,
MINOR
,
PATCH
]
.
join
(
'.'
)
end