Libraries
»
inspec
(3.9.3)
»
Index
»
Inspec
»
Shell
»
#mark
Method: Inspec::Shell#mark
Defined in:
lib/inspec/shell.rb
#
mark
(x) ⇒
Object
79 80 81
# File 'lib/inspec/shell.rb', line 79
def
mark
(
x
)
"
\e[1m\e[39m
#{
x
}
\e[0m
"
end