Property definitions

github $ PullRequestRepo :: defaultinit
class PullRequestRepo
	super MongoRepository[PullRequest]

	fun find_by_repo(repo: Repo): Array[Issue] do
		return find_all((new MongoMatch).eq("repo.full_name", repo.full_name))
	end
end
lib/github/loader.nit:515,1--521,3