aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorzverok <zverok.offline@gmail.com>2021-12-15 00:08:36 +0200
committerYusuke Endoh <mame@ruby-lang.org>2021-12-24 10:31:04 +0900
commit34deea3b42189cd46e88f4a459bd4fc58940aa60 (patch)
tree23d8a456346e1677c00475b8d2d5f37c1c7b8a42 /eval.c
parentfed1629adab07f99b00316cb3ce3ae1ab17f99b5 (diff)
downloadruby-34deea3b42189cd46e88f4a459bd4fc58940aa60.tar.gz
Add docs for Refinement class
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