class Net::SSH::Multi::Version

  1. lib/net/ssh/multi/version.rb
Parent: Multi

A trivial class for representing the version of this library.

Constants

CURRENT = new(MAJOR, MINOR, TINY)  

The library's version as a Version instance

MAJOR = 1  

The major component of the library's version

MINOR = 2  

The minor component of the library's version

STRING = CURRENT.to_s  

The library's version as a String instance

TINY = 0  

The tiny component of the library's version