[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

From: alxtskrnk@...
Date: 2015-11-11 19:27:31 UTC
List: ruby-core #71451
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/

In This Thread

Prev Next