module Ec2spec::Formatter::JsonFormatter

Public Instance Methods

output(results, _hosts) click to toggle source
# File lib/ec2spec/formatter/json_formatter.rb, line 9
def output(results, _hosts)
  super.to_json
end