David Chelimsky wrote: > On Tue, Feb 10, 2009 at 5:24 PM, James Byrne <li...@ruby-forum.com> > wrote: >> t.rcov_opts << r_rcov_opta >> >> sigh... > > Sorry - not following - does this mean you solved the problem?
Yes, a beginners error I am afraid. a = [1, 2] b = a b << [3,4] a => [1,2,3,4] -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users