From: Devin Mullins Date: 2005-10-07T12:57:31+09:00 Subject: Re: Google Calculator command line tool Hi, m4dc4p wrote: >format_result = Proc.new { |s| > s.gsub(" >",",").gsub("×","x").gsub("","^").gsub("", "") >} > > Why not just def format_result(s) ... end? D3v1n