# File lib/tins/string_version.rb, line 78
def
array
@version
.
split
(
'.'
).
map
(
&
:to_i
)
end