Module: Weechat::Script::Skeleton

Defined in:
lib/weechat/script.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



4
5
6
7
8
# File 'lib/weechat/script.rb', line 4

def self.included(other)
  other.__send__ :include, InstanceMethods
  other.__send__ :extend, InstanceMethods
  other.__send__ :extend, ClassMethods
end