# File lib/net/ssh/version.rb, line 37
def
to_s
@to_s
||=
[
@major
,
@minor
,
@tiny
].
join
(
"."
)
end