Property definitions

github $ Loader :: branches
	var branches: BranchRepo is lazy do
		return new BranchRepo(config.db.collection("branches"))
	end
lib/github/loader.nit:213,2--215,4