Class HTAuth::Version
In: lib/htauth/version.rb
Parent: Object

Methods

to_a   to_s  

Constants

MAJOR = 1
MINOR = 0
BUILD = 1

Public Class methods

[Source]

    # File lib/htauth/version.rb, line 9
 9:             def to_a
10:                 [MAJOR, MINOR, BUILD]
11:             end

[Source]

    # File lib/htauth/version.rb, line 13
13:             def to_s
14:                 to_a.join(".")
15:             end

[Validate]