Subject: Which methods does "puts" invoke?
From: Iaki Baz Castillo <ibc aliax.net>
Date: Tue, 31 Mar 2009 06:16:14 +0900
Hi, if I redefine "to_s" or "inspect" methods in String class I still get the
original output when doing:
puts string
Which String@method is invoked when executing "puts"?
Thanks.
--
IƱaki Baz Castillo <ibc / aliax.net>