class Torque::Version

Constants

MAJOR
MINOR
PATCH
STRING

Public Class Methods

string() click to toggle source

@return A string representing the current version of Torque (eg “1.9.2”)

# File lib/torque/version.rb, line 19
def self.string
  STRING
end