diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-19 02:37:01 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-19 02:37:01 +0000 |
commit | eed593eba6a18a71d876ac49178aeeb0aad6b7c0 (patch) | |
tree | f242c824717204f75434916d286fe3fa163935a1 /ChangeLog | |
parent | b7ae472b58f0bb47754b0db975fe74359c2d4b0f (diff) |
* struct.c (Struct.new): Document Struct.new with block
Patch by Hiroyuki Iwatsuki [Bug #7674]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Jan 19 11:35:00 2013 Zachary Scott <[email protected]> + + * struct.c (Struct.new): Document Struct.new with block + Patch by Hiroyuki Iwatsuki [Bug #7674] + Sat Jan 19 09:52:46 2013 Eric Hodel <[email protected]> * doc/syntax/miscellaneous.rdoc: Added section on defined? |