class Bake::Context

def instance_for(path)

def instance_for(path)
	if base = base_for(path)
		return base.new(self)
	end
end