mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Overview of Repository
This commit is contained in:
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user