Class: Telegram::Bot::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- Telegram::Bot::NullLogger
- Defined in:
- lib/telegram/bot/null_logger.rb
Instance Method Summary collapse
- #add ⇒ Object
-
#initialize ⇒ NullLogger
constructor
rubocop:disable Lint/MissingSuper.
Constructor Details
#initialize ⇒ NullLogger
rubocop:disable Lint/MissingSuper
6 |
# File 'lib/telegram/bot/null_logger.rb', line 6 def initialize(*); end |
Instance Method Details
#add ⇒ Object
8 |
# File 'lib/telegram/bot/null_logger.rb', line 8 def add(*); end |