Nicer Language inspect

This commit is contained in:
Joshua Peek
2012-06-07 10:19:26 -05:00
parent 5d2e9e04a9
commit 6efdaed2ea

View File

@@ -445,6 +445,10 @@ module Linguist
def hash
name.hash
end
def inspect
"#<#{self.class} name=#{name}>"
end
end
popular = YAML.load_file(File.expand_path("../popular.yml", __FILE__))