instance method
visit__passthrough
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
visit__passthrough(_node, child_values)
These elements pass through their content (parent handlers use child_values directly)
Parameters
-
_nodereq -
child_valuesreq
Source
# File actiontext/lib/action_text/markdown_conversion.rb, line 273
def visit__passthrough(_node, child_values)
join_children(child_values)
end
Defined in actiontext/lib/action_text/markdown_conversion.rb line 273
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::MarkdownConversion