Methods

Foreman::Distribution

Public Class Methods

files() click to toggle source
# File lib/foreman/distribution.rb, line 3
def self.files
  Dir[File.expand_path("../../../{bin,data,lib}/**/*", __FILE__)].select do |file|
    File.file?(file)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.