Class: Neko::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- Neko::NullLogger
- Defined in:
- lib/firebase-ruby/neko-http.rb
Instance Method Summary collapse
- #add(*args, &block) ⇒ Object
-
#initialize(*args) ⇒ NullLogger
constructor
A new instance of NullLogger.
Constructor Details
#initialize(*args) ⇒ NullLogger
Returns a new instance of NullLogger.
212 213 |
# File 'lib/firebase-ruby/neko-http.rb', line 212 def initialize(*args) end |
Instance Method Details
#add(*args, &block) ⇒ Object
215 216 |
# File 'lib/firebase-ruby/neko-http.rb', line 215 def add(*args, &block) end |