From: Michael Weller Date: 2004-01-23T23:53:47+09:00 Subject: Re: [BEGINNER] Usage of 'super' ts schrieb: >>>>>>"M" == Michael Weller writes: >>>>>> >>>>>> > >M> Here's my "real" code (BlogData.rb): > > Well, not really :-)) > > the line numbers given by ruby are not the same than in your source :-) > > Huh, I must find out more about this language ;-) >M> require 'BlogData' > > Are you sure that you don't have another file 'BlogData' in your search > path, try with (in t.rb) > > require './BlogData.rb' > > if it's still give an error, post completely BlogData.rb and t.rb > > Yes this does the trick. If I run my code from the editor I need to write 'require ./....rb', in the shell 'require ...' is enough. Thanks for your help! Michael