Class: TelegramBot::AnythingMatcher

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

Direct Known Subclasses

FallbackMatcher

Instance Method Summary collapse

Methods inherited from Matcher

#arguments

Instance Method Details

#===(_) ⇒ Object



70
71
72
# File 'lib/telegram_bot/matcher.rb', line 70

def ===(_)
  true
end