Module Net::SSH::Version
In: lib/net/ssh/version.rb

Constants

MAJOR = 1
MINOR = 1
TINY = 2
STRING = [ MAJOR, MINOR, TINY ].join( "." )

[Validate]