Method: Step#run

Defined in:
lib/step.rb

#runObject



16
17
18
19
# File 'lib/step.rb', line 16

def run
  # puts "Running step: #{name}"
  actions.each(&:run)
end