From 34deea3b42189cd46e88f4a459bd4fc58940aa60 Mon Sep 17 00:00:00 2001 From: zverok Date: Wed, 15 Dec 2021 00:08:36 +0200 Subject: Add docs for Refinement class --- eval.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'eval.c') 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 -- cgit v1.2.1