Method: RSpecSystem::Log::Logger#debug

Defined in:
lib/rspec-system/log.rb

#debug(text) ⇒ Object



12
13
14
# File 'lib/rspec-system/log.rb', line 12

def debug(text)
  io << bold(color('Debug: ', :blue)) << text << "\n"
end