Whops, that was a quick too fast. It seems to work with:
require 'yaml','pp'
but not with:
require %w( yaml pp )
TypeError: can't convert Array into String
One reason why I do not so much like require 'something' is because of
the
'' :)
--
Posted via http://www.ruby-forum.com/.