summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-28 21:19:50 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-28 21:19:50 +0000
commit3785d2675abf2e4aca07e89596ea6f12b4c474a5 (patch)
tree9932e8e24868b0bb49ba2e8f7be7bbf1312d519c /NEWS
parent22115ec87e5c805711762eac46cc5332bf2afb16 (diff)
* lib/ostruct.rb: Also accept {Open}Struct as argument to new
[ruby-core:47476] [Feature #7007] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index beda22536b..3c2040fee4 100644
--- a/NEWS
+++ b/NEWS
@@ -122,6 +122,8 @@ with all sufficient information, see the ChangeLog file.
* OpenStruct#eql?
* OpenStruct#hash
* OpenStruct#to_h converts the struct to a hash.
+ * extended method:
+ * OpenStruct.new also accepts an OpenStruct / Struct.
* pathname
* extended method: