Class | Grit::Blob |
In: |
lib/grit/blob.rb
|
Parent: | Object |
DEFAULT_MIME_TYPE | = | "text/plain" |
id | [R] | |
mode | [R] | |
name | [R] |
The blame information for the given file at the given commit
Returns Array: [Grit::Commit, Array: [<line>]]
Create an unbaked Blob containing just the specified attributes
+repo+ is the Repo +atts+ is a Hash of instance variable data
Returns Grit::Blob (unbaked)
Initializer for Blob.create
+repo+ is the Repo +atts+ is a Hash of instance variable data
Returns Grit::Blob (unbaked)