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 72A8619C0024 for ; Tue, 1 Dec 2015 22:44:08 +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 5D016B5D83F for ; Tue, 1 Dec 2015 23:15:29 +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 32C2A18CC7D0 for ; Tue, 1 Dec 2015 23:15:30 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 66CFD120596; Tue, 1 Dec 2015 23:15:29 +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 ACE0F120420 for ; Tue, 1 Dec 2015 23:15:21 +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=cq7Tc7uJd+P4wIFC3NrIiL8WNhM=; b=TqkLvvxA2x/dVjjL5u XkQI5kNvFJpFAlH2PnnPjhehqzsiKoQN0xCdJTbK9bxjsy00edUy+mG84NjFym/F XQ0tEMjnVfZZfTq2cBfEhQWzFb49eHvo52ZUL9JZckc+NVlmqvply8E/iFzNNqyj 3FkGkKEGLvuVlBtakyuQGYuwk= Received: by filter0535p1mdw1.sendgrid.net with SMTP id filter0535p1mdw1.24622.565DAB722E 2015-12-01 14:15:14.807683555 +0000 UTC Received: from herokuapp.com (ec2-54-90-165-122.compute-1.amazonaws.com [54.90.165.122]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id cSgRgf26QoqHdOXFTDWU1g for ; Tue, 01 Dec 2015 14:15:14.781 +0000 (UTC) Date: Tue, 01 Dec 2015 14:15:14 +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: 46468 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11746 X-Redmine-Issue-Author: 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7klFhRWBgI7QeZzzvxcPvQ8Oett8tZrrPfwh YT43PXq7b9avghXBNs+MMSlK0UwUi6Lm2Ww1B+JGmqUepIe5EOylHHBF0lNoWOdN2N83nkqh2hVsHd gbVrj5jKCsbrunAzOuD04Jy0sobuap/166f9 X-ML-Name: ruby-core X-Mail-Count: 71780 Subject: [ruby-core:71780] [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 deleted (Jose Manuel Garcia) ---------------------------------------- Bug #11746: RDoc incorrect example call method on heredoc https://bugs.ruby-lang.org/issues/11746#change-55190 * Author: Jose Manuel Garcia * Status: Open * Priority: Normal * Assignee: * 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 = <