Hi, At Tue, 13 May 2003 21:39:34 +0900, KONTRA Gergely wrote: > Than why not sin is a method? To fit to mathematical notation. > And puts? puts is a method of IO class. STDERR.puts "asdf" Or you can use Kernel#display. "asdf".display(STDERR) -- Nobu Nakada