Methods

Class/Module Index [+]

Quicksearch

Heroku::Distribution

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.