On Dec 27, 2010, at 00:55 , Skye Shaw!@#$ wrote:

>> Is this a bug, or is this the expected operation?
> 
> Expected, though it's an odd way to require libs. Use %/ap
> mathn .../.each { |lib| require lib }

Even better, use simple code for simple problems:

require "ap"
require "mathn"
# ...etc...

It REALLY isn't cleaning anything up to use enumeration there.