Class: EacCli::RunnerWith::OutputItem::AsciidocFormatter
- Inherits:
-
BaseFormatter
- Object
- BaseFormatter
- EacCli::RunnerWith::OutputItem::AsciidocFormatter
- 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_output ⇒ 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 |