Method: Inspec::UI#emphasis
- Defined in:
- lib/inspec/ui.rb
#emphasis(str, opts = { print: true }) ⇒ Object
#
High-Level formatting methods
#
83 84 85 |
# File 'lib/inspec/ui.rb', line 83 def emphasis(str, opts = { print: true }) cyan(str, opts) end |