Class: HanselCore::YamlFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/hansel/formatting/yaml_formatter.rb

Overview

Output to yaml format

Class Method Summary collapse

Class Method Details

.format(results) ⇒ Object



6
7
8
# File 'lib/hansel/formatting/yaml_formatter.rb', line 6

def self.format results
  results.to_yaml
end