From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 46C2B1F463 for ; Thu, 2 Jan 2020 19:06:20 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id A4908120A57; Fri, 3 Jan 2020 04:06:06 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 59735120A56 for ; Fri, 3 Jan 2020 04:06:04 +0900 (JST) Received: by filterdrecv-p3las1-5bf99c48d-527wg with SMTP id filterdrecv-p3las1-5bf99c48d-527wg-18-5E0E3F22-6C 2020-01-02 19:06:10.793722402 +0000 UTC m=+1448421.384565731 Received: from herokuapp.com (unknown [3.89.196.85]) by ismtpd0030p1iad2.sendgrid.net (SG) with ESMTP id YsKAdWWxTU6FUXvuaRkthg for ; Thu, 02 Jan 2020 19:06:10.659 +0000 (UTC) Date: Thu, 02 Jan 2020 19:06:10 +0000 (UTC) From: ruby-core@marc-andre.ca Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 72297 X-Redmine-Project: ruby-master X-Redmine-Issue-Id: 16472 X-Redmine-Issue-Author: zverok X-Redmine-Sender: marcandre X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?jp+swDN4yjawvlS938eDTV7AcuBgTjW2xvQn0nZL4RBh2bj30ZMvOFwnLj36VL?= =?us-ascii?Q?dsJR2=2FqkYz4p0fTHjcauCTmoiv4ghaMtNJNIBk3?= =?us-ascii?Q?CcK8AJ4bBGrEEEunhXrIp6xU8ZOVGqsL9d7yPcw?= =?us-ascii?Q?N314Wvpa9jS+0Hl1gIJq3zYX7mkzkF6zc8TCVMt?= =?us-ascii?Q?XDasWbrn56ZpLXsVaIjE1sDuZh1EHS2RlgP1jtA?= =?us-ascii?Q?lsk5e4cqtOdrJfhvw=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 96635 Subject: [ruby-core:96635] [Ruby master Bug#16472] OStruct documentation is lost X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #16472 has been updated by marcandre (Marc-Andre Lafortune). You're welcome to provide a PR on the core repo. I will update `ruby/ostruct` ---------------------------------------- Bug #16472: OStruct documentation is lost https://bugs.ruby-lang.org/issues/16472#change-83604 * Author: zverok (Victor Shepelev) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- After this commit: https://github.com/ruby/ruby/commit/9be3295d53b6fd9f8a3ad8157aa0655b1976d8ac -- RDoc loses documentation attahed to OpenStruct class, see https://docs.ruby-lang.org/en/master/OpenStruct.html, which currently looks this way: ``` class OpenStruct Public Class Methods ``` `require` should be put above docs. I'd provide PR myself, but I kinda lost between core repository and https://github.com/ruby/ostruct (which seems outdated)?.. -- https://bugs.ruby-lang.org/