Method: Inspec::Shell#mark

Defined in:
lib/inspec/shell.rb

#mark(x) ⇒ Object



43
44
45
# File 'lib/inspec/shell.rb', line 43

def mark(x)
  "\033[1m#{x}\033[0m"
end