Class: Net::SFTP::Version
- Inherits:
-
Net::SSH::Version
- Object
- Net::SSH::Version
- Net::SFTP::Version
- Defined in:
- lib/net/sftp/version.rb
Overview
Describes the current version of the Net::SFTP library.
Constant Summary collapse
- MAJOR =
2- MINOR =
1- TINY =
0- CURRENT =
The current version, as a Version instance
new(MAJOR, MINOR, TINY)
- STRING =
The current version, as a String instance
CURRENT.to_s