Method: Inspec::UI#plain_line
- Defined in:
- lib/inspec/ui.rb
#plain_line(str = "", opts = { print: true }) ⇒ Object
62 63 64 |
# File 'lib/inspec/ui.rb', line 62 def plain_line(str = "", opts = { print: true }) print_or_return(str.to_s + "\n", opts[:print]) end |