summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-01 23:24:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-01 23:24:33 +0000
commit499b5a9197f68e14873e641b737aea40a0f8bc5a (patch)
treead6295bdf751500f6577856d881bd9c27824259a /NEWS
parent603fcafdc33ea5aed55240020e7287597b6b2e01 (diff)
proc.c: main.define_method
* proc.c (top_define_method): new method, main.define_method. [ruby-core:45715] [Feature #6609] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9124a013c..7afd422ced 100644
--- a/NEWS
+++ b/NEWS
@@ -110,6 +110,10 @@ with all sufficient information, see the ChangeLog file.
* incompatible changes:
* Fiber#resume cannot resume a fiber which invokes "Fiber#transfer".
+ * toplevel
+ * added method:
+ * added main.define_method which defines a global function.
+
* net/http
* new features:
* Proxies are now automatically detected from the http_proxy environment