Class: Net::SSH::Gateway::Version
- Inherits:
-
Version
- Object
- Version
- Net::SSH::Gateway::Version
- Defined in:
- lib/net/ssh/gateway.rb
Overview
A trivial class for representing the version of this library.
Constant Summary collapse
- MAJOR =
The major component of the library’s version
1- MINOR =
The minor component of the library’s version
0- TINY =
The tiny component of the library’s version
1- CURRENT =
The library’s version as a Version instance
new(MAJOR, MINOR, TINY)
- STRING =
The library’s version as a String instance
CURRENT.to_s