instance method
plain_text_for_br_node
Ruby on Rails edge
Since v6.0.6.1 Private — implementation detail, not part of the public APISignature
plain_text_for_br_node(node, _child_values)
No documentation comment.
Parameters
-
nodereq -
_child_valuesreq
Source
# File actiontext/lib/action_text/plain_text_conversion.rb, line 56
def plain_text_for_br_node(node, _child_values)
"\n"
end
Defined in actiontext/lib/action_text/plain_text_conversion.rb line 56
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::PlainTextConversion