From: e@... Date: 2014-08-08T00:36:55+00:00 Subject: [ruby-core:64253] [ruby-trunk - Bug #10105] [Assigned] Mixed styles for class methods on Tempfile break RDocs. Issue #10105 has been updated by Zachary Scott. Status changed from Third Party's Issue to Assigned Assignee changed from Eric Hodel to Zachary Scott This may be a bug in RDoc, but we can fix it without redefining the methods by using the document method directive: See http://docs.seattlerb.org/rdoc/RDoc/Parser/Ruby.html#class-RDoc::Parser::Ruby-label-Metaprogrammed+Methods Could you send a patch for this instead? ---------------------------------------- Bug #10105: Mixed styles for class methods on Tempfile break RDocs. https://bugs.ruby-lang.org/issues/10105#change-48241 * Author: Eloy Esp * Status: Assigned * Priority: Normal * Assignee: Zachary Scott * Category: doc * Target version: * ruby -v: 2.1.1 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- I've already made a little pull request here https://github.com/ruby/ruby/pull/691. The diff is here: https://github.com/ruby/ruby/pull/691.diff But to make the real changes clear is it better to ignore white-space (as there are many indentation changes). Changes ignoring white-space: https://github.com/ruby/ruby/pull/691/files?w=1 Regards. -- https://bugs.ruby-lang.org/