Unknown is impossible

This commit is contained in:
Joshua Peek
2011-06-25 14:02:15 -05:00
parent 4030d397db
commit 101a500dbd

View File

@@ -17,10 +17,8 @@ elsif File.file?(path)
'Text'
elsif blob.image?
'Image'
elsif blob.binary?
'Binary'
else
'???'
'Binary'
end
puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)"