From: Arkady Itkin Date: 2010-10-14T02:31:07+09:00 Subject: How to overwrite standard puts method I'm pretty new to ruby. I'm using buildR to build our software. When buildR runs in the trace mode it prints out a huge amount of information to the standard output which is difficult to understand. I would like to have a better control on the output format. I thought about overwriting standard puts method and use log4R in the new implementation to get better control on formatting/filtering. Can it be done? Any other idea on how to get the better control on buildR output? Thanks in advance, Arkady -- Posted via http://www.ruby-forum.com/.