module Barrymore

Barrymore is a DSL for defining chat bots commands. Especially useful for Telegram bots.

Constants

VERSION

Public Class Methods

included(klass) click to toggle source
# File lib/barrymore.rb, line 26
def self.included(klass)
  klass.include InstanceMethods
  klass.extend ClassMethods
end