A trivial class for representing the version of this library.
Constants
| CURRENT | = | new(MAJOR, MINOR, TINY) |
The library's version as a Version instance |
|
| MAJOR | = | 1 |
The major component of the library's version |
|
| MINOR | = | 2 |
The minor component of the library's version |
|
| STRING | = | CURRENT.to_s |
The library's version as a String instance |
|
| TINY | = | 1 |
The tiny component of the library's version |