Method: Teckel::Chain::Config#steps

Defined in:
lib/teckel/chain/config.rb

#steps<Step>

Get the list of defined steps

Returns:



19
20
21
# File 'lib/teckel/chain/config.rb', line 19

def steps
  @config.for(:steps) { [] }
end