aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-23 02:18:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-23 02:18:52 +0000
commitce9a83a7367e55745abf4dc8c2ac2a80369b277d (patch)
tree4c210692772faf26ed8ddac746dc79aec0240e2d /error.c
parentcace5da8e53120bc497b677b4a03128d5cd4b687 (diff)
downloadruby-ce9a83a7367e55745abf4dc8c2ac2a80369b277d.tar.gz
[DOC] missing docs at toplevel
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/error.c b/error.c
index 0f60f491ec..0a992b2701 100644
--- a/error.c
+++ b/error.c
@@ -1652,6 +1652,13 @@ nometh_err_args(VALUE self)
return rb_attr_get(self, id_args);
}
+/*
+ * call-seq:
+ * no_method_error.private_call? -> true or false
+ *
+ * Return true if the caused method was called as private.
+ */
+
static VALUE
nometh_err_private_call_p(VALUE self)
{