public Method

Kernel.debugger

define debugger method so that code even works if debugger was not requested Drops a not to the logs that Debugger was not available

Source Code

# File merb/core_ext/kernel.rb, line 236
def debugger
   Merb.logger.info "\n***** Debugger requested, but was not " + 
                    "available: Start server with --debugger " +
                    "to enable *****\n"
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.