From: Eric Hodel Date: 2011-10-04T07:59:01+09:00 Subject: [ruby-core:39900] [Ruby 1.9 - Bug #5349] Add back documentation for Proc#call and Proc#[] Issue #5349 has been updated by Eric Hodel. I decided to keep #call and #=== separate, so I moved the === documentation above the call documentation and added a Document-method line. ---------------------------------------- Bug #5349: Add back documentation for Proc#call and Proc#[] http://redmine.ruby-lang.org/issues/5349 Author: Alexander Kahn Status: Open Priority: Normal Assignee: Eric Hodel Category: DOC Target version: 1.9.3 ruby -v: 1.9.3 When matz added support for Proc#=== (https://github.com/akahn/ruby/commit/dd27b8f4577a96385a29d91e4bd75fb547213fc9), rdoc stopped outputting the documentation for Proc#call and Proc#[], which are far more commonly used. This patch adds back the documentation for these more commonly used methods, and while adding a description of Proc#===. -- http://redmine.ruby-lang.org