[#83107] Alias Enumerable#include? to Enumerable#includes? — Alberto Almagro <albertoalmagro@...>

Hello,

9 messages 2017/10/04

[ruby-core:83368] [Ruby trunk Bug#14032] squiggly heredoc with an interpolation at the beginning is unindented wrongly

From: nobu@...
Date: 2017-10-19 05:02:30 UTC
List: ruby-core #83368
Issue #14032 has been reported by nobu (Nobuyoshi Nakada).

----------------------------------------
Bug #14032: squiggly heredoc with an  interpolation at the beginning is unindented wrongly
https://bugs.ruby-lang.org/issues/14032

* Author: nobu (Nobuyoshi Nakada)
* Status: Assigned
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version: 
* ruby -v: 2.5.0 dev
* Backport: 2.3: DONTNEED, 2.4: REQUIRED
----------------------------------------
This result should be prefixed with spaces, not unindented.

```ruby
p <<~E
  a
#{1}
E
```




-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next