From d827c718db32c07f025f88fd792e9407e19e66e1 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 6 Apr 2020 23:05:51 +0900 Subject: [DOC] Removed RDoc of deprecated methods [ci skip] --- dir.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 339db2f9ce..eaabc0a789 100644 --- a/dir.c +++ b/dir.c @@ -3333,12 +3333,7 @@ rb_file_directory_p(void) } #endif -/* - * call-seq: - * Dir.exists?(file_name) -> true or false - * - * Deprecated method. Don't use. - */ +/* :nodoc: */ static VALUE rb_dir_exists_p(VALUE obj, VALUE fname) { -- cgit v1.2.1