Sha256: bb0eef7bc6b6aad1f39b13ce83580f3283e2e71dc75db30ab48fbb874a17625d
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
require 'yaml' require 'polytrix/cli/reports/hash_reporter' module Polytrix module Reports class YAMLReporter < HashReporter def convert(data) YAML.dump data end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polytrix-0.1.2 | lib/polytrix/reports/yaml_reporter.rb |
polytrix-0.1.1 | lib/polytrix/reports/yaml_reporter.rb |