Methods

Launchy::Version

Constants

MAJOR
MINOR
BUILD
STRING

Public Class Methods

to_a() click to toggle source
   # File lib/launchy/version.rb, line 7
7:     def self.to_a
8:       [MAJOR, MINOR, BUILD]
9:     end
to_s() click to toggle source
    # File lib/launchy/version.rb, line 11
11:     def self.to_s
12:       to_a.join(".")
13:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.