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