commit: a965ac50296a61d4fe11b1421e0f028902c1acab
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 18:56:56 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 18:56:56 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a965ac50
ruby-ng.eclass: Fix function documentation
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/ruby-ng.eclass | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index c7425aae434c..09fdecdf8825 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ruby-ng.eclass
@@ -704,7 +704,8 @@ ruby_get_implementation() {
esac
}
-# @FUNCTION: ruby-ng_rspec <arguments>
+# @FUNCTION: ruby-ng_rspec
+# @USAGE: <arguments>
# @DESCRIPTION:
# This is simply a wrapper around the rspec command (executed by $RUBY})
# which also respects TEST_VERBOSE and NOCOLOR environment variables.