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, #env, #extend_env

Instance Method Details

#===(_) ⇒ Object



76
77
78
# File 'lib/telegram_bot/matcher.rb', line 76

def ===(_)
  true
end