# File lib/cobbler/base.rb, line 73 def initialize(defs = nil) @definitions = defs ? defs : Hash.new end