# File lib/pdfkit/middleware.rb, line 5 def initialize(app, options = {}, conditions = {}) @app = app @options = options @conditions = conditions end