module Ec2spec::Formatter::JsonFormatter
Public Instance Methods
output(results, _hosts)
click to toggle source
Calls superclass method
Ec2spec::Formatter::HashFormatter#output
# File lib/ec2spec/formatter/json_formatter.rb, line 9 def output(results, _hosts) super.to_json end