class EasyProfiler::FirebugLogger
A logger used to output logs to the Firebug console.
Attributes
logs[RW]
Public Instance Methods
clear()
click to toggle source
Clear the logs.
# File lib/easy_prof/firebug_logger.rb, line 13 def clear @logs = [] end
info(message = nil) { || ... }
click to toggle source