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