Method: BuildpackSupport::Rake::BuildpackStageTask#files

Defined in:
lib/buildpack_support/rake/buildpack_stage_task.rb

#filesArray<String>

Returns the files to copy to the staging_dir.

Returns:

  • (Array<String>)

    the files to copy to the staging_dir



29
30
31
# File 'lib/buildpack_support/rake/buildpack_stage_task.rb', line 29

def files
  @files
end