class Bake::Loaders

def initialize

Initialize an empty array of loaders.
def initialize
	@roots = {}
	@ordered = Array.new
end