class RSpec::Core::Formatters::ProfileFormatter

def bold(text)

def bold(text)
  ConsoleCodes.wrap(text, :bold)
end