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