Class: TelegramBot::Matcher

Inherits:
Object
  • Object
show all
Defined in:
lib/telegram_bot/matcher.rb

Direct Known Subclasses

AnythingMatcher, CommandMatcher, TextMatcher

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