Class: Bricolage::FileTask

Inherits:
DataSourceTask show all
Defined in:
lib/bricolage/filedatasource.rb

Defined Under Namespace

Classes: Remove

Instance Attribute Summary

Attributes inherited from DataSourceTask

#ds

Instance Method Summary collapse

Methods inherited from DataSourceTask

#bind, #initialize, #run, #source

Constructor Details

This class inherits a constructor from Bricolage::DataSourceTask

Instance Method Details

#remove(src) ⇒ Object



18
19
20
# File 'lib/bricolage/filedatasource.rb', line 18

def remove(src)
  add Remove.new(src)
end