module Ec2spec::Formatter::MarkdownFormatter
Public Instance Methods
output(results, _hosts)
click to toggle source
Calls superclass method
Ec2spec::Formatter::PlainTextFormatter#output
# File lib/ec2spec/formatter/markdown_formatter.rb, line 8 def output(results, _hosts) table = super table.style = { border_i: '|', border_top: false, border_bottom: false } table end