# File lib/ezprint/processors/base.rb, line 4
      def self.process(html_string, options = {})
        raise RuntimeError.new "Process is not implemented"
      end