Class: Plines::Pipeline::NullStep

Inherits:
Object
  • Object
show all
Defined in:
lib/plines/pipeline.rb

Overview

Null Object pattern implementation of a step class

Class Method Summary collapse

Class Method Details

.jobs_for(*args) ⇒ Object



52
53
54
# File 'lib/plines/pipeline.rb', line 52

def self.jobs_for(*args)
  []
end