class TelegramBot::Matcher

Public Instance Methods

===(_) click to toggle source
# File lib/telegram_bot/matcher.rb, line 3
def ===(_)
  false
end
arguments(msg) click to toggle source
# File lib/telegram_bot/matcher.rb, line 7
def arguments(msg)
  []
end