Attendees: please complement them. (2011/10/02 2:09), SASADA Koichi wrote: > Hi, > > We made a discuss tonight, the last day of RubyConf 2011 about 2.0 > features and several conclusion. > > I send a memo of discussion. I hope it will boost a process toward 2.0. > * Change $LOAD_PATH protocol. I understand such a protocol: $LOAD_PATH.each{|path| case path.loaded? feature when :not_yet path.require feature break when :yes break else # try next one end } Eric Hodel will sophisticate this challenge. * Same feature of 2nd parameter of "load" for "require" For reloading features. Suggestion (use a "fork") is satisfy for Aaron Patterson. -- // SASADA Koichi at atdot dot net