Module: DoSnapshot::Distribution

Defined in:
lib/do_snapshot/distribution.rb

Overview

Distributive files Used part of Heroku script github.com/heroku/heroku

Class Method Summary collapse

Class Method Details

.filesObject



8
9
10
11
12
# File 'lib/do_snapshot/distribution.rb', line 8

def self.files
  Dir[File.expand_path('../../../{bin,lib}/**/*', __FILE__)].select do |file|
    File.file?(file)
  end
end