Property definitions

github $ IssueCommentRepo :: find_by_repo
	fun find_by_repo(repo: Repo): Array[IssueComment] do
		return find_all((new MongoMatch).eq("repo.full_name", repo.full_name))
	end
lib/github/loader.nit:533,2--535,4