Issue #5393 has been updated by b t. oh, I added a patch file but that must have gone awol. Sorry for that. I'll repost as soon as I changed styles later today. ---------------------------------------- Bug #5393: some style fixes in enum.c docs http://redmine.ruby-lang.org/issues/5393 Author: b t Status: Open Priority: Normal Assignee: Eric Hodel Category: DOC Target version: 1.9.x ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] There isn't much consistency in the docs when it comes to blocks. So I decided to go with the style that is most often used: {|obj| block } No spaces, only around the block. I can fix the other classes as well but before I do this let me know if this is the preferred style. What about multiline blocks? They tend to look ugly. Curly braces everywhere and never ending chains. See https://github.com/ruby/ruby/blob/trunk/enum.c#L2359-2364 -- http://redmine.ruby-lang.org