Filling income tax

The Indian income tax law allows certain expenditure and investments to be tax-exempt. The law also demands various proofs if you want to claim exemptions for this. This include original medical bills, rent-receipts, investments proofs. The list goes on. As you can guess this results in standing in a long queue and a lot of other hassles.

However, I don't care much about these things. I have s imple solution for this. I use the following Ruby script to get around all of this.

 outFile = File.open "c:\IncomeTax", "w"
outFile.print "Lots of tax"
outFile.close

Ruby-Dooby-dooooo