class Bricolage::FileDataSource

Public Class Methods

new(opts) click to toggle source
# File lib/bricolage/filedatasource.rb, line 9
def initialize(opts)
end

Public Instance Methods

new_task() click to toggle source
# File lib/bricolage/filedatasource.rb, line 12
def new_task
  FileTask.new(self)
end