summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/dl/handle.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/dl/handle.c b/ext/dl/handle.c
index 28be36c099..f5e7a33f7e 100644
--- a/ext/dl/handle.c
+++ b/ext/dl/handle.c
@@ -51,6 +51,12 @@ static const rb_data_type_t dlhandle_data_type = {
0, dlhandle_free, dlhandle_memsize,
};
+/*
+ * call-seq: close
+ *
+ * Close this DL::Handle. Calling close more than once will raise a
+ * DL::DLError exception.
+ */
VALUE
rb_dlhandle_close(VALUE self)
{