# File lib/htmlentities.rb, line 44
  def decode(source)
    Decoder.new(@flavor).decode(source)
  end