Allow brew abv without arguments

This commit is contained in:
Max Howell 2009-06-08 11:44:19 +01:00
parent 21a935bb02
commit 0997a04bf8

View File

@ -177,7 +177,7 @@ Commands:
EOS
end
def abv keg
def abv keg=''
keg=$cellar+keg
`find #{keg} -type f | wc -l`.strip+' files, '+`du -hd0 #{keg} | cut -d"\t" -f1`.strip
end