class ActionText::Fragment

def to_plain_text

def to_plain_text
  @plain_text ||= PlainTextConversion.node_to_plain_text(source)
end