Escape utils is used in Blob

This commit is contained in:
Joshua Peek
2011-06-13 23:52:38 -05:00
parent 32463e23e4
commit e37d9c85b9
2 changed files with 4 additions and 0 deletions

View File

@@ -108,6 +108,9 @@ module Linguist
@binary ||= Mime.binary?(extname)
end
# Public: Return self as String
#
# Returns a String
def to_s
@path.dup
end