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.0 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, 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 9572D1F453 for ; Fri, 3 May 2019 04:59:04 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 920141209B5; Fri, 3 May 2019 13:58:59 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 3DBBC120968 for ; Fri, 3 May 2019 13:58:56 +0900 (JST) Received: by filter0014p3iad2.sendgrid.net with SMTP id filter0014p3iad2-15989-5CCBCA8D-1C 2019-05-03 04:58:53.88722755 +0000 UTC m=+34455.702566073 Received: from herokuapp.com (unknown [18.232.97.1]) by ismtpd0040p1mdw1.sendgrid.net (SG) with ESMTP id VqXgvMbcRHqtKot9NL3D9Q for ; Fri, 03 May 2019 04:58:53.808 +0000 (UTC) Date: Fri, 03 May 2019 04:58:53 +0000 (UTC) From: tad.a.digger@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68015 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15819 X-Redmine-Issue-Author: tad X-Redmine-Sender: tad 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?tmvSckiZRwSpVoBdBDpso+loBXxuHq+0GuAVoc0KoeZhDlk8Slh1sIvepfek5F?= =?us-ascii?Q?hztKzHPttDk0FcdID4EQtaTpFyJMK2hh+rDKwO8?= =?us-ascii?Q?qLGErdKHDf9t+i9BMw6VAMFVFbyx7iyXW8xi8NF?= =?us-ascii?Q?gzKG0BsS4carfnNouz6GEx+34xF1u1GJvkRAABL?= =?us-ascii?Q?fv5O5+MFO4SJ2FUtIF8xusJu46TBb03AZrw=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92532 Subject: [ruby-core:92532] [Ruby trunk Bug#15819] cannot read document of File::NULL with "ri File::NULL" 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 #15819 has been updated by tad (Tadashi Saito). ruby -v set to ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux] Subject changed from cannot read document of File::NULL with ri File::NULL to cannot read document of File::NULL with "ri File::NULL" When I type `ri File::NULL`, got > Nothing known about File::NULL > Did you mean? File::Stat but * `ruby -e 'p File::NULL'` prints `"/dev/null"` succesfully * Documents are already written in #7365 * I could read it with `ri File::File::Constants` * Note that `File::` needs twice like https://docs.ruby-lang.org/en/trunk/File/File/Constants.html IHMO, it's too difficult to guess proper command. I did not know if this was a markup mistake or a logic bug in RDoc, so I registered here for the time being. ---------------------------------------- Bug #15819: cannot read document of File::NULL with "ri File::NULL" https://bugs.ruby-lang.org/issues/15819#change-77892 * Author: tad (Tadashi Saito) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- -- https://bugs.ruby-lang.org/