class ActionText::Content

def inspect

def inspect
  "#<#{self.class.name} #{to_html.truncate(25).inspect}>"
end