G'day, I'm getting an exception on Windows that I don't see on OS X. It's when shoes.rb does the eval of my code (line 352?).
symbol string may not contain '\0' This is happening inside a require of a module I've written that creates a bunch of meta-poragmmed of Ruby classes. I've put checks in my own code to ensure that whenever I do a to_sym, that there aren't any nulls. And I get no exceptions raised when doing the same require in MRI. Given that this is happening inside an eval, I'm note quite sure how to debug this further. Any ideas / suggestions would be much appreciated. Cheers, Gra.
