aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/eval.c b/eval.c
index 1424139710..0de3105ac7 100644
--- a/eval.c
+++ b/eval.c
@@ -1535,12 +1535,7 @@ refinement_import_methods_i(ID key, VALUE value, void *data)
}
/*
- * call-seq:
- * import_methods(module, ...) -> self
- *
- * Imports methods from modules. Unlike Module#include,
- * Refinement#import_methods copies methods and adds them into the refinement,
- * so the refinement is activated in the imported methods.
+ * Note: docs for the method are in class.c
*/
static VALUE