--- MacRuby/trunk/load.c 2009-12-23 02:06:31 UTC (rev 3155)
+++ MacRuby/trunk/load.c 2009-12-23 02:07:26 UTC (rev 3156)
@@ -261,6 +261,8 @@
VALUE
rb_require_safe(VALUE fname, int safe)
{
+ StringValue(fname);
+
VALUE result = Qnil;
VALUE path;
int type = 0;