Class: TurnipFormatter::Printer::Step

Inherits:
Object
  • Object
show all
Extended by:
TurnipFormatter::Printer
Defined in:
lib/turnip_formatter/printer/step.rb

Class Method Summary collapse

Methods included from TurnipFormatter::Printer

render_template

Class Method Details



10
11
12
# File 'lib/turnip_formatter/printer/step.rb', line 10

def print_out(step)
  render_template(:step, { step: step, step_docs: documents(step.docs) })
end