Method: AsProject::HAMTASC#define
- Defined in:
- lib/tasks/hamtasc.rb
#define ⇒ Object
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/tasks/hamtasc.rb', line 30 def define if(rb_exclude_path.size > 0) @exclude_packages = rb_exclude_path # rb_exclude_path.each do |path| # @exclude_packages << recurse_exclude_path(path) # end end @cleaned_pack_path = [] pack_path.each do |path| add_path(path, @cleaned_pack_path) end super end |