class Object

Public Instance Methods

debug(x) click to toggle source
# File lib/dhcp/s.rb, line 6
def debug(x) ; STDERR.puts x ; end
err(x) click to toggle source
# File lib/dhcp/s.rb, line 6
def err(x) ; STDERR.puts x ; end
info(x) click to toggle source
# File lib/dhcp/s.rb, line 6
def info(x) ; STDERR.puts x ; end
warn(x) click to toggle source
# File lib/dhcp/s.rb, line 6
def warn(x) ; STDERR.puts x ; end