summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-rw-r--r--class.c15
2 files changed, 26 insertions, 6 deletions
@@ -1,10 +1,17 @@
-2008-09-25 Jim Weirich <[email protected]>
* lib/rake.rb: Update rake source to version 0.8.3. This
- version includes some fixes for running Rake on windows. (1)
- better APPDATA/HOMExxx/USERPROFILE integration for system
- rakefiles, (2) Better handling of the :ruby command when
- installed in directory containing spaces.
Thu Sep 25 11:22:51 2008
@@ -190,7 +190,20 @@ VALUE
rb_make_metaclass(VALUE obj, VALUE super)
{
if (BUILTIN_TYPE(obj) == T_CLASS && FL_TEST(obj, FL_SINGLETON)) {
- return RBASIC(obj)->klass = rb_cClass;
}
else {
VALUE metasuper;