summaryrefslogtreecommitdiffstats
path: root/README.EXT
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-23 01:19:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-23 01:19:43 +0000
commit6801c1c83bcf2b4d03c8298d0548f6bcc7f5efc0 (patch)
treec56c873ac9413255e58098bf600af9d766a3dadc /README.EXT
parenta5d4f06be18e1fe2007ed6966d6c83793f8bc339 (diff)
downloadruby-6801c1c83bcf2b4d03c8298d0548f6bcc7f5efc0.tar.gz
ruby-6801c1c83bcf2b4d03c8298d0548f6bcc7f5efc0.tar.xz
ruby-6801c1c83bcf2b4d03c8298d0548f6bcc7f5efc0.zip
* include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,
#singleton_methods and so on return Symbols. [ruby-talk:328775] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.EXT b/README.EXT
index 17467477c..6844947fc 100644
--- a/README.EXT
+++ b/README.EXT
@@ -1276,6 +1276,11 @@ have_func("rb_reg_new_str", "ruby.h").
Means that type rb_io_t is provided.
+ USE_SYMBOL_AS_METHOD_NAME
+
+Means that Symbols will be returned as method names, e.g.,
+Module#methods, #singleton_methods and so on.
+
Appendix C. Functions Available in extconf.rb