Module: Cobbler::Connection::Handling

Includes:
Cobbler::Common::Debug
Included in:
Base
Defined in:
lib/cobbler/connection/handling.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from Cobbler::Common::Debug

#debug

Class Method Details

.included(base) ⇒ Object



31
32
33
# File 'lib/cobbler/connection/handling.rb', line 31

def self.included(base)
    base.extend ClassMethods
end