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 #