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