12 13 14
# File 'lib/rspec-system/log.rb', line 12 def debug(text) io << bold(color('Debug: ', :blue)) << text << "\n" end