Class: CEF::FileLogger
- Inherits:
-
Object
- Object
- CEF::FileLogger
- Defined in:
- lib/cef/file_logger.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ FileLogger
constructor
A new instance of FileLogger.
Constructor Details
#initialize(*args) ⇒ FileLogger
Returns a new instance of FileLogger.
4 5 6 |
# File 'lib/cef/file_logger.rb', line 4 def initialize(*args) Hash[*args].each { |argname, argval| self.send(("%s="%argname), argval) } end |