Add size method.

This commit is contained in:
@@@No user configured@@@ 2014-09-26 08:35:40 +02:00
parent b9b64d9e2d
commit df545555cb

View file

@ -30,5 +30,9 @@ module TimeCost
def parse author
return @author_to_id[author]
end
def size
return @author_to_id.keys.size
end
end
end