# File lib/diffy/html_formatter.rb, line 4
    def initialize(diff, options = {})
      @diff = diff
      @options = options
    end