Sha256: 36bfebf5caf89aff53e1ccad23743909a6f771f1bfc3b8a31e4d9694987114c2
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
require 'json' require 'ec2spec/formatter/hash_formatter' module Ec2spec module Formatter module JsonFormatter include Ec2spec::Formatter::HashFormatter def output(results, _hosts) super.to_json end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ec2spec-0.1.3 | lib/ec2spec/formatter/json_formatter.rb |