diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-07 11:30:43 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-07 11:30:43 +0000 |
commit | 04fd9aceab50c0ca97e96a8e183a948a903ed56e (patch) | |
tree | 2123c293f8b98699b477b9a583e73d0edabab3da /NEWS | |
parent | 9cadf0c03906f49f41e4222248c6a48e72bdb82f (diff) | |
download | ruby-04fd9aceab50c0ca97e96a8e183a948a903ed56e.tar.gz |
* NEWS: remove description about `require "refinement"'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -104,7 +104,7 @@ with all sufficient information, see the ChangeLog file. however a method in the prepended module overrides the corresponding method in the prepending module. * added Module#refine, which extends a class or module locally. - require "refinement" is necessary to use it. [experimental] + [experimental] * extended method: * Module#define_method accepts a UnboundMethod from a Module. * Module#const_get accepts a qualified constant string, e.g. @@ -196,8 +196,7 @@ with all sufficient information, see the ChangeLog file. * added method: * added main.define_method which defines a global function. * added main.using, which imports refinements into the current file or - eval string. require "refinement" is necessary to use it. - [experimental] + eval string. [experimental] * cgi * Add HTML5 tag maker. |