Class: EacCli::RunnerWith::OutputItem::AsciidocFormatter

Inherits:
BaseFormatter show all
Defined in:
lib/eac_cli/runner_with/output_item/asciidoc_formatter.rb

Constant Summary collapse

STARTING_LEVEL =
2

Instance Method Summary collapse

Instance Method Details

#to_outputString

Returns:

  • (String)


12
13
14
# File 'lib/eac_cli/runner_with/output_item/asciidoc_formatter.rb', line 12

def to_output
  output_hash(item_hash, STARTING_LEVEL)
end