module TelegramBot::AutoFromMethods

Public Class Methods

included(clazz) click to toggle source
# File lib/telegram_bot/auto_from_methods.rb, line 64
def self.included(clazz)
  clazz.extend ClassMethods
end