Method: Pipeline::Stage::Base#run

Defined in:
lib/pipeline/stage/base.rb

#runObject

Abstract method to be implemented by all subclasses that represents the action to be performed by this stage



188
189
190
# File 'lib/pipeline/stage/base.rb', line 188

def run
  raise "This method must be implemented by any subclass of Pipeline::Stage::Base"
end