We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
raw
1 parent dc7e86b commit 4ac15c3Copy full SHA for 4ac15c3
lib/phlex/compiler/method_compiler.rb
@@ -280,7 +280,7 @@ def compile_raw_helper(node)
280
281
private def output_block?(node)
282
node.body.body.any? do |child|
283
- Prism::CallNode === child && (standard_element?(child) || void_element?(child) || plain_helper?(child) || whitespace_helper?(child))
+ Prism::CallNode === child && (standard_element?(child) || void_element?(child) || plain_helper?(child) || whitespace_helper?(child) || raw_helper?(child))
284
end
285
286
0 commit comments