Class | Net::SSH::Gateway::Version |
In: |
lib/net/ssh/gateway.rb
|
Parent: | Net::SSH::Version |
A trivial class for representing the version of this library.
MAJOR | = | 1 | The major component of the library‘s version | |
MINOR | = | 0 | The minor component of the library‘s version | |
TINY | = | 1 | The tiny component of the library‘s version | |
CURRENT | = | new(MAJOR, MINOR, TINY) | The library‘s version as a Version instance | |
STRING | = | CURRENT.to_s | The library‘s version as a String instance |