Module: Pipey::Steps::DSL

Defined in:
lib/pipey/steps.rb

Instance Method Summary collapse

Instance Method Details

#step(key) ⇒ Object



12
13
14
# File 'lib/pipey/steps.rb', line 12

def step(key)
  steps << key
end

#stepsObject



4
5
6
# File 'lib/pipey/steps.rb', line 4

def steps
  @steps ||= []
end

#steps_for(_) ⇒ Object



8
9
10
# File 'lib/pipey/steps.rb', line 8

def steps_for(_)
  steps
end