Class: Net::SFTP::Version

Inherits:
Net::SSH::Version
  • Object
show all
Defined in:
lib/net/sftp/version.rb

Overview

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

Constant Summary collapse

MAJOR =
2
MINOR =
0
TINY =
5
CURRENT =

The current version, as a Version instance

new(MAJOR, MINOR, TINY)
STRING =

The current version, as a String instance

CURRENT.to_s