module Bubot

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/bubot.rb, line 5
def self.included(base)
  base.extend ClassMethods
  interceptor = const_set "#{base.name}Interceptor", Module.new
  base.prepend interceptor
end