Heel::Version

Constants

MAJOR
MINOR
BUILD
STRING

Public Class Methods

to_a() click to toggle source
    # File lib/heel/version.rb, line 12
12:     def to_a
13:       [MAJOR, MINOR, BUILD]
14:     end
to_s() click to toggle source
    # File lib/heel/version.rb, line 16
16:     def to_s
17:       to_a.join(".")
18:     end

Private Instance Methods

to_a() click to toggle source
    # File lib/heel/version.rb, line 12
12:     def to_a
13:       [MAJOR, MINOR, BUILD]
14:     end
to_s() click to toggle source
    # File lib/heel/version.rb, line 16
16:     def to_s
17:       to_a.join(".")
18:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.