This gem is a simple libraty to help add or remoge HTML entities to a string the usage is simple "&this needs to be removedá".decode_entities will remove all HTML entities, and "á now I need it encoded".encode_entities will replace non printable ascii with the corresponding HTML entitites