From: Carlos Delmar Date: 2006-01-06T01:05:51+09:00 Subject: Re: how remove puts inside method? For example I would like to remove puts from the process_transaction method and the do this: transactions.each do |member| puts process_transaction(member) end (sorry for the messy line breaks!) -- Posted via http://www.ruby-forum.com/.