summaryrefslogtreecommitdiff
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
commit15700ff0be5394e9b33111a8ef2b81bdd3ddd85f (patch)
treec56c873ac9413255e58098bf600af9d766a3dadc /README.EXT
parent7e162b150d5ad0e54fb392e26aaac23109f9e395 (diff)
* include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,
#singleton_methods and so on return Symbols. [ruby-talk:328775] git-svn-id: svn+ssh://ci.ruby-lang.org/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 17467477ce..6844947fc9 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