Class: SlackBot::Logger
- Inherits:
-
Object
- Object
- SlackBot::Logger
- Defined in:
- lib/slack_bot/logger.rb
Instance Method Summary collapse
Instance Method Details
#info(*args, **kwargs) ⇒ Object
3 4 5 6 |
# File 'lib/slack_bot/logger.rb', line 3 def info(*args, **kwargs) puts args.inspect if args.any? puts kwargs.inspect if kwargs.any? end |