Method: Inspec::Reporters::Base#output
- Defined in:
- lib/inspec/reporters/base.rb
#output(str, newline = true) ⇒ Object
11 12 13 14 |
# File 'lib/inspec/reporters/base.rb', line 11 def output(str, newline = true) @output << str @output << "\n" if newline end |