You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[recipe/example.rb]
target.puts "# outdent"
indent do
target.puts "# indent"
heredoc do
target.puts 'abc'
target.puts 'xyz'
end
end
target.puts "# outdent"
For example:
Produces:
To solve this, perhaps add magic comments to turn on/off indent, a-la
Then strip out these processing instructions within indent if capture depth is 0 (ie right before the indent is written to the true output).
The text was updated successfully, but these errors were encountered: