Add Language hash

This commit is contained in:
Joshua Peek
2011-05-21 20:52:29 -05:00
parent c9a20c03b4
commit 6f22ca4fa0

View File

@@ -113,6 +113,10 @@ module Linguist
def eql?(other)
equal?(other)
end
def hash
name.hash
end
end
popular = YAML.load_file(File.expand_path("../popular.yml", __FILE__))