Feature #4523 ยป require-path.patch
| load.c (working copy) | ||
|---|---|---|
|
break;
|
||
|
}
|
||
|
rb_provide_feature(path);
|
||
|
result = Qtrue;
|
||
|
result = path;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
regularfry (Alex Young), 03/25/2011 07:18 AM
| load.c (working copy) | ||
|---|---|---|
|
break;
|
||
|
}
|
||
|
rb_provide_feature(path);
|
||
|
result = Qtrue;
|
||
|
result = path;
|
||
|
}
|
||
|
}
|
||
|
}
|
||