Method: Foreplay::Engine::Step#instructions_hash

Defined in:
lib/foreplay/engine/step.rb

#instructions_hashObject



44
45
46
# File 'lib/foreplay/engine/step.rb', line 44

def instructions_hash
  header? ? { header => instructions[key] } : instructions[key]
end