From: takashikkbn@... Date: 2017-08-26T02:05:00+00:00 Subject: [ruby-core:82476] [Ruby trunk Feature#13839] String Interpolation Statements Issue #13839 has been updated by k0kubun (Takashi Kokubun). Ah okay, so expected feature is only "%{3.times do}Hello #{'World'}%{end}" and a multi-line complex usage would be: ~~~ <