From: T E Date: 2005-02-21T06:44:42+09:00 Subject: Including problems I have a file (index.rb) that includes head.rb. head.rb has a class "Page" and in it, method "start". The problem is that when calling Page.start I get this error: "uninitialized constant #::Page (NameError)" it is pretty frustrating, can anyone tell me whats wrong with it?