D
Daniel Berger
Hi all,
After reading Michael Neumann's blog
(http://www.ntecs.de/blog/Blog/PythonDecorators.rdoc), I was wondering
what the status of RCR #138 was?
Here's the diff:
--- eval.c 2 Aug 2004 08:52:53 -0000 1.686
+++ eval.c 16 Aug 2004 12:52:28 -0000
@@ -3701,7 +3701,7 @@
rb_add_method(rb_singleton_class(ruby_class),
node->nd_mid, defn, NOEX_PUBLIC);
}
- result = Qnil;
+ result = ID2SYM(node->nd_mid);
}
break;
RCR 138 can be found at http://rcrchive.net/rcr/RCR/RCR138
This seems like a nifty thing to have in 1.8.2. Any thoughts?
Dan
After reading Michael Neumann's blog
(http://www.ntecs.de/blog/Blog/PythonDecorators.rdoc), I was wondering
what the status of RCR #138 was?
Here's the diff:
--- eval.c 2 Aug 2004 08:52:53 -0000 1.686
+++ eval.c 16 Aug 2004 12:52:28 -0000
@@ -3701,7 +3701,7 @@
rb_add_method(rb_singleton_class(ruby_class),
node->nd_mid, defn, NOEX_PUBLIC);
}
- result = Qnil;
+ result = ID2SYM(node->nd_mid);
}
break;
RCR 138 can be found at http://rcrchive.net/rcr/RCR/RCR138
This seems like a nifty thing to have in 1.8.2. Any thoughts?
Dan