From: alxtskrnk@... Date: 2015-11-11T19:27:31+00:00 Subject: [ruby-core:71451] [Ruby trunk - Feature #11678] [Open] ability to comment out methods in a multi-line method chain without needing a new line escape Issue #11678 has been reported by bug hit. ---------------------------------------- Feature #11678: ability to comment out methods in a multi-line method chain without needing a new line escape https://bugs.ruby-lang.org/issues/11678 * Author: bug hit * Status: Open * Priority: Normal * Assignee: ---------------------------------------- ```ruby a = b .meth1 #.meth2 .meth3 ``` -- https://bugs.ruby-lang.org/