Class: Buildr::ZipTask::Path

Inherits:
Object
  • Object
show all
Includes:
IncludeFiles
Defined in:
lib/tasks/zip.rb

Overview

Which files go where.

Instance Method Summary collapse

Methods included from IncludeFiles

#exclude, #include, #merge

Constructor Details

#initialize(path) ⇒ Path

Returns a new instance of Path.



129
130
131
# File 'lib/tasks/zip.rb', line 129

def initialize(path)
  setup_path path
end