# File lib/htmlentities.rb, line 73
  def encode(source, *instructions)
    Encoder.new(@flavor, instructions).encode(source)
  end