Issue #11678 has been updated by Yui NARUSE.
Status changed from Open to Closed
----------------------------------------
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#change-56822
* Author: bug hit
* Status: Closed
* Priority: Normal
* Assignee:
----------------------------------------
```ruby
a = b
.meth1
#.meth2
.meth3
```
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>