Module HTAuth::Version
In: lib/htauth/version.rb
lib/htauth/version.rb

Methods

to_a   to_a   to_s   to_s  

Constants

MAJOR = 1
MINOR = 0
BUILD = 3
STRING = Version.to_s
MAJOR = 1
MINOR = 0
BUILD = 3
STRING = Version.to_s

Public Instance methods

[Source]

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

[Source]

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

[Source]

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

[Source]

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

[Validate]