Methods

Heel::Version

Constants

BUILD
MAJOR
MINOR
STRING

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.