From: Thufir Date: 2007-10-24T06:30:09+09:00 Subject: terminology: class methods versus kernel methods "One secret about kernel methods like print: they are actually class methods," according to why's poignant guide to ruby. This is frustrating for me, because I first thought "oh, that's like a static class method, a la Math.whatever()," and then accepted the "kernel" terminology. Kernel means class methods?