Foreman

Constants

VERSION

Public Class Methods

jruby_18?() click to toggle source
# File lib/foreman.rb, line 11
def self.jruby_18?
  defined?(RUBY_PLATFORM) and RUBY_PLATFORM == "java" and ruby_18?
end
ruby_18?() click to toggle source
# File lib/foreman.rb, line 15
def self.ruby_18?
  defined?(RUBY_VERSION) and RUBY_VERSION =~ /^1\.8\.\d+/
end
runner() click to toggle source
# File lib/foreman.rb, line 7
def self.runner
  File.expand_path("../../bin/foreman-runner", __FILE__)
end
windows?() click to toggle source
# File lib/foreman.rb, line 19
def self.windows?
  defined?(RUBY_PLATFORM) and RUBY_PLATFORM =~ /(win|w)32$/
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.