Class: Net::SSH::Multi::Version

Inherits:
Version
  • Object
show all
Defined in:
lib/net/ssh/multi/version.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

1
TINY =

The tiny component of the library’s version

0
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