From bcbb24e928da2e3cc65a5e398d0dfcb88e502e10 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 14 Jun 2011 00:05:21 -0500 Subject: [PATCH] Overview of Repository --- lib/linguist/repository.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/linguist/repository.rb b/lib/linguist/repository.rb index 787e8312..87a0ca3e 100644 --- a/lib/linguist/repository.rb +++ b/lib/linguist/repository.rb @@ -1,6 +1,11 @@ require 'linguist/file_blob' module Linguist + # A Repository is an abstraction of a Grit::Repo or a basic file + # system tree. It holds a list of paths pointing to Blobish objects. + # + # Its primary purpose is for gathering langauge statistics across + # the entire project. class Repository # Public: Initialize a new Repository from a File directory #