/* * Get a repository by index from the pool. * Returns +nil+ if no such Repository exists. * * call-seq: * pool.get_repo(2) -> Repo * pool.get_repo(-42) -> nil * */ Repo *get_repo( int i )