Class: TelegramBot::Matcher
- Inherits:
-
Object
- Object
- TelegramBot::Matcher
- Defined in:
- lib/telegram_bot/matcher.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#===(_) ⇒ Object
3 4 5 |
# File 'lib/telegram_bot/matcher.rb', line 3 def ===(_) false end |
#arguments(msg) ⇒ Object
7 8 9 |
# File 'lib/telegram_bot/matcher.rb', line 7 def arguments(msg) [] end |