Class: Boty::Logger::Null
- Inherits:
-
Logger
- Object
- Logger
- Boty::Logger::Null
- Defined in:
- lib/boty/logger.rb
Instance Method Summary collapse
- #add(&block) ⇒ Object
-
#initialize ⇒ Null
constructor
A new instance of Null.
Constructor Details
#initialize ⇒ Null
Returns a new instance of Null.
65 |
# File 'lib/boty/logger.rb', line 65 def initialize(*); end |
Instance Method Details
#add(&block) ⇒ Object
67 |
# File 'lib/boty/logger.rb', line 67 def add(*, &block); end |