Class: EacCli::RunnerWith::OutputItem::YamlFormatter

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

Instance Method Summary collapse

Instance Method Details

#to_outputString

Returns:

  • (String)


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

def to_output
  ::YAML.dump(item_hash.deep_stringify_keys)
end