From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 6D96119C0024 for ; Tue, 1 Dec 2015 22:40:01 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 576E9B5D8C0 for ; Tue, 1 Dec 2015 23:11:22 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 3106A18CC7E4 for ; Tue, 1 Dec 2015 23:11:23 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D6E4A12051C; Tue, 1 Dec 2015 23:11:21 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 464581204C6 for ; Tue, 1 Dec 2015 23:11:17 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=dBK4lXeTAFX+qYL2vetU21aEDRw=; b=PsxZT0ypWaUKV7Pc64 jdzb17TLIhsrFOx9Q2YuP9wiCsudJmzPod5B2oQ7grKomil3VL/6lRs6qm0YSjM4 nvMSiV05REp0Ff/IFlO9ZuqKaYiBo7WraqmhySYJ//c5N70tKQcGrW4f4MpqgtuD 2e5PNG2Bdz1eTMwotI43VSjQQ= Received: by filter0467p1mdw1.sendgrid.net with SMTP id filter0467p1mdw1.28943.565DAA7E51 2015-12-01 14:11:10.631110245 +0000 UTC Received: from herokuapp.com (ec2-23-20-227-238.compute-1.amazonaws.com [23.20.227.238]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id ENl7ucfCSQGXyQYUad3DcQ for ; Tue, 01 Dec 2015 14:11:10.923 +0000 (UTC) Date: Tue, 01 Dec 2015 14:11:10 +0000 From: jmgcrespo@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46466 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11746 X-Redmine-Issue-Author: manuel X-Redmine-Issue-Assignee: manuel X-Redmine-Sender: manuel 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: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS7QR/MdYz/q8HcfhSQqj2XnVNqM39kYq0g4nh DIWaTuXmvZh9gy0YtbhG0qwsd5dBP6A3HMKG1Qcyzv/Pplc++E6zmBVF1SAZ733gqk5UeTNyoqgik7 oBqaXyJQ8hhrkC9xREuwPKjVo8+Q0D3iqyb/ X-ML-Name: ruby-core X-Mail-Count: 71778 Subject: [ruby-core:71778] [Ruby trunk - Bug #11746] RDoc incorrect example call method on heredoc 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: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11746 has been updated by Jose Manuel Garcia. Assignee set to Jose Manuel Garcia ---------------------------------------- Bug #11746: RDoc incorrect example call method on heredoc https://bugs.ruby-lang.org/issues/11746#change-55187 * Author: Jose Manuel Garcia * Status: Open * Priority: Normal * Assignee: Jose Manuel Garcia * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- The sample code for a call on a heredoc at http://ruby-doc.org/core-2.3.0_preview1/doc/syntax/literals_rdoc.html#label-Here+Documents for **To call a method on a heredoc place it after the opening identifier:** I think it should be ~~~ expected_result = <