Overview of Repository

This commit is contained in:
Joshua Peek
2011-06-14 00:05:21 -05:00
parent dc28a8edf8
commit bcbb24e928

View File

@@ -1,6 +1,11 @@
require 'linguist/file_blob' require 'linguist/file_blob'
module Linguist 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 class Repository
# Public: Initialize a new Repository from a File directory # Public: Initialize a new Repository from a File directory
# #