class Net::SCP::Version

  1. lib/net/scp/version.rb
Parent: SCP

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

Constants

CURRENT = new(MAJOR, MINOR, TINY)  

The current version, as a Version instance

MAJOR = 1  
MINOR = 2  
STRING = CURRENT.to_s  

The current version, as a String instance

TINY = 1