From: Harry Ohlsen Date: 2001-12-11T08:20:34+09:00 Subject: [ruby-talk:28148] Re: How does puts decide how to print a given object? In article <3C15E476.9D438090@path.berkeley.edu>, "Joel VanderWerf" wrote: > Harry Ohlsen wrote: > >> Hence, if Kernel < Object, then calling super inside a method of Object > > Object.included_modules > ==> [Kernel] > > So super uses methods from Kernel. Thanks for that! I'll go and look at what methods Kernel provides, because I can see this could make my code a bit simpler in quite a few cases.