class WRKFLO::FileSystem
Public Instance Methods
init()
click to toggle source
# File lib/wrkflo/steps/filesystem.rb, line 11 def init @filesystem = config.which @step = Step.create(@filesystem.to_sym, @raw_config, project) @name = "filesystem[#{@step.name}]" end
run()
click to toggle source
# File lib/wrkflo/steps/filesystem.rb, line 17 def run; @step.run; end
unrun()
click to toggle source
# File lib/wrkflo/steps/filesystem.rb, line 18 def unrun; @step.unrun; end