From: Yui NARUSE Date: 2011-03-06T05:26:22+09:00 Subject: [ruby-core:35432] [Ruby 1.9 - Bug #4469][Closed] Documentation code examples contain camelCase method names Issue #4469 has been updated by Yui NARUSE. Status changed from Open to Closed ---------------------------------------- Bug #4469: Documentation code examples contain camelCase method names http://redmine.ruby-lang.org/issues/4469 Author: Andrew Grimm Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3dev (2011-03-05 trunk 31026) [x86_64-darwin10.6.0] Some code examples in documentation contain (({camelCase})) method names, rather than (({snake_case})). The documentation should use (({snake_case})) so that new Rubyists know the conventional style. A patch fixing the issue is attached. -- http://redmine.ruby-lang.org