From: SonOfLilit Date: 2007-02-20T03:07:41+09:00 Subject: Re: Assertions Testing in irb Things that work don't necessarily mean good design. load is rarely used, require is to include libraries or code files, include is to mixin a module and has nothing to do with the previous two. Plug: The RubyMentor project is looking for people to help! http://rubymentor.rubyforge.org/wiki/wiki.pl?HomePage On 2/19/07, Bharat Ruparel wrote: > Hello Austin, > You wrote: > > > > > include Test::Unit::Assertions > > > > That will include them in Object and you can use them that way. > > > > I'm not sure I recommend this, though. > > > > -austin > > I did that and it works! Thanks. Why are you saying that you have > doubts about recommending something that gets the job done? > > I have a side question. I am not sure when to use: > > 1. load > 2. require > 3. include > > it irb. Can someone give a simple set of guidelines for that? > > Thanks. > Bharat > > -- > Posted via http://www.ruby-forum.com/. > >