# File lib/cgikit/utilities.rb, line 298 def warn( msg = nil, method = false, &block ) _log(msg, method, :info, &block) end