Fix blob class name

This commit is contained in:
Joshua Peek
2011-06-13 10:10:26 -05:00
parent 53af4ad8b5
commit 22cb0d977b

View File

@@ -30,10 +30,10 @@ Features
Usage
-----
file = Linguist::Blob.new("linguist.rb")
file = Linguist::FileBlob.new("linguist.rb")
file.language.name #=> "Ruby"
file = Linguist::Blob.new("linguist.gem")
file = Linguist::FileBlob.new("linguist.gem")
file.binary? #=> true
project = Linguist::Repository.new(".")