class Net::SFTP::Version

  1. lib/net/sftp/version.rb
Parent: SFTP

Describes the current version of the Net::SFTP library.

Constants

CURRENT = new(MAJOR, MINOR, TINY)  

The current version, as a Version instance

MAJOR = 2  
MINOR = 1  
STRING = CURRENT.to_s  

The current version, as a String instance

TINY = 2