From: patrick-may@... (Patrick May) Date: 2002-10-09T16:31:16+09:00 Subject: Re: odd edge case with require Hi everyone, Note that this issue was also raised in [ruby-talk:34467] dblack@candle.superlink.net wrote in message news:... > Try it with load instead of require :-) (infinite loop) > > I don't find the above strange. It only require's once, but > the puts statement gets encountered twice. That corresponds > to the behavior: no infinite loop, two lines of output. Maybe I can express my discomfort a different way: Should the entry script be considered one of the $LOADED_FEATURES? ~ Patrick