module ActionText::Serialization

def load(content)

def load(content)
  new(content) if content
end