Method: Cobbler::Common::Debug::ClassMethods#debug

Defined in:
lib/cobbler/common/debug.rb

#debug(msg) ⇒ Object



53
54
55
# File 'lib/cobbler/common/debug.rb', line 53

def debug(msg)
    output.puts msg if @debug_enabled
end