# File lib/htmlentities/string.rb, line 13
  def decode_entities
    return HTMLEntities.decode_entities(self)
  end