Method: ActionText::Fragment#to_plain_text
- Defined in:
- actiontext/lib/action_text/fragment.rb
#to_plain_text ⇒ Object
50 51 52 |
# File 'actiontext/lib/action_text/fragment.rb', line 50 def to_plain_text @plain_text ||= PlainTextConversion.node_to_plain_text(source) end |