From: Roger Pack Date: 2009-05-21T06:29:51+09:00 Subject: Re: require not working correctly? > I figured out this trick myself, but globals could cause problems in > larger projects with name collisions... The only way to share things across scopes is constants or globals--that I know of :) So you could rename it CODE_WORDS and that would work. -=r -- Posted via http://www.ruby-forum.com/.