aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-16 03:25:50 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-16 03:25:50 +0000
commit3a7a773aeb3a3d01151f5624c04f3f57379be687 (patch)
tree554d22d7276a23a0db322aa7750ae18f0df6c8d8 /ext/dl
parentbbf0ea6bfb1f2cad0a85d458fdaf9662674b2f9a (diff)
downloadruby-3a7a773aeb3a3d01151f5624c04f3f57379be687.tar.gz
* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]
* ext/stringio/stringio.c: ditto * ext/io/wait/wait.c: ditto * ext/gdbm/gdbm.c: ditto * ext/dl/cfunc.c: ditto * ext/zlib/zlib.c: ditto * ext/win32ole/win32ole.c: ditto * ext/dbm/dbm.c: ditto * ext/json/generator/generator.c: ditto * ext/date/date_core.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl')
-rw-r--r--ext/dl/cfunc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/dl/cfunc.c b/ext/dl/cfunc.c
index 2a96b30bed..b68129f8ed 100644
--- a/ext/dl/cfunc.c
+++ b/ext/dl/cfunc.c
@@ -285,7 +285,9 @@ rb_dlcfunc_set_ptr(VALUE self, VALUE addr)
}
/*
- * call-seq: inspect
+ * call-seq:
+ * inspect
+ * to_s
*
* Returns a string formatted with an easily readable representation of the
* internal state of the DL::CFunc