HTML Number Decoder

This gem is solely focused on decoding HTML Numbers in the form of  .

You can see a full table of HTML Numbers here: http://www.ascii.cl/htmlcodes.htm

Installation

gem install html_number_decoder

Usage

string = "how's it going pal?"
HtmlNumberDecoder.decode(string) #=> "how's it going pal?"