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 #<Module:0x2a9e2793f8>::Page (NameError)" it is pretty frustrating, can anyone tell me whats wrong with it?