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 BC77919E0032 for ; Mon, 7 Dec 2015 15:56:14 +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 C316CB5D8C0 for ; Mon, 7 Dec 2015 16:27:51 +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 5B4FF18CC7E7 for ; Mon, 7 Dec 2015 16:27:52 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 5387A1204AC; Mon, 7 Dec 2015 16:27:52 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 4C68A120479 for ; Mon, 7 Dec 2015 16:27:48 +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=4M9QSNb6WeQ83+pm5qc00ZKdcHQ=; b=gyEapCojoRlphFhz/A mjFpSfOiOVuidTUKlhQ5HZxHUv/uLwp07vRZqQbOtEx4P9JkdlU/MKucoimGyCsE SFWAUkNoElmBzPFTv5ZYvK6yhHTboEkuX3Y1UxAS8lii8tYHSRMdwnHrvbGD/qKc SI9UwwjRSDoSxTA1IRHdBWm20= Received: by filter0840p1mdw1.sendgrid.net with SMTP id filter0840p1mdw1.16545.566534F150 2015-12-07 07:27:45.798805772 +0000 UTC Received: from herokuapp.com (ec2-54-198-241-74.compute-1.amazonaws.com [54.198.241.74]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id c1FXzUubTO26G7JzqELxvA for ; Mon, 07 Dec 2015 07:27:45.603 +0000 (UTC) Date: Mon, 07 Dec 2015 07:27:45 +0000 From: ko1@atdot.net 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: 46580 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11746 X-Redmine-Issue-Author: manuel X-Redmine-Issue-Assignee: zzak X-Redmine-Sender: ko1 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS73eY79FBtC1qqgJVDhMarTqgk2f9gV9fGsPm +AhIYs9cF5im1pI5/y3fTmKEg6D+N0/4c4EbYKz9DaSYWv5fOa9/uIyoaVa/K9vaxTfFeeCjLIW6b9 87XTEnmr4IFIL0YtFVkFxZreHQYYoyoOK7dE X-ML-Name: ruby-core X-Mail-Count: 71884 Subject: [ruby-core:71884] [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 Koichi Sasada. Assignee set to Zachary Scott ---------------------------------------- Bug #11746: RDoc incorrect example call method on heredoc https://bugs.ruby-lang.org/issues/11746#change-55289 * Author: Jose Manuel Garcia * Status: Open * Priority: Normal * Assignee: Zachary Scott * 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 = <