90 91 92 93
# File 'lib/inspector.rb', line 90 def warning(message) log("[#{KLASS_TAG[WARNING]}] #{message}") @warning = true end