aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-23 16:34:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-23 16:34:14 +0000
commitc7f60a0b234219a769563a8cd558e5a25bcc40af (patch)
treeb4158d612bd1440513c2bb599db1f44dc7a9ca3e /ChangeLog
parentf9a169fff2831c0350a157a589c1fa3dfe8840ea (diff)
downloadruby-c7f60a0b234219a769563a8cd558e5a25bcc40af.tar.gz
* ChangeLog: adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ff4fcdabb2..3fb941d818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,10 @@ Thu Oct 24 00:11:24 2013 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/ostruct.rb: raise NoMethodError with a #name and #args.
Raise RuntimeError when modifying frozen instances
- instead of TypeError.
- (OpenStruct#each_pair): Return an enumerator with size
+ instead of TypeError.
+ (OpenStruct#each_pair): Return an enumerator with size
(OpenStruct#delete): Use the converted argument.
- Patches by Kenichi Kamiya. [Fixes GH-383]
+ Patches by Kenichi Kamiya. [Fixes GH-383]
* test/ostruct/test_ostruct.rb: Added tests for above.