Method: Sprout::COMPCTask#include_path=
- Defined in:
- lib/sprout/tasks/compc_documentation.rb
#include_path=(paths) ⇒ Object
Define one or more directory paths for include processing. For each path that is provided, all .as and .mxml files found forward of that path will be included in the SWF regardless of whether they are imported or not.
254 255 256 |
# File 'lib/sprout/tasks/compc_documentation.rb', line 254 def include_path=(paths) @include_path = paths end |