From: nobu@... Date: 2014-08-11T02:26:43+00:00 Subject: [ruby-core:64294] [ruby-trunk - Bug #10105] [Closed] Mixed styles for class methods on Tempfile break RDocs. Issue #10105 has been updated by Nobuyoshi Nakada. Status changed from Assigned to Closed % Done changed from 0 to 100 Applied in changeset r47133. ---------- lib/tempfile.rb: include doc of Tempfile.open * lib/tempfile.rb: start rdoc parsing inside singleton class definition to include the document there. [ruby-core:64157] [Bug #10105] ---------------------------------------- Bug #10105: Mixed styles for class methods on Tempfile break RDocs. https://bugs.ruby-lang.org/issues/10105#change-48277 * Author: Eloy Esp * Status: Closed * 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/