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