public ItemToProcess(WebResourceProcessor proc, string contents, IRailsEngineContext ctx, IDictionary parameters) { this.proc = proc; this.contents = contents; this.ctx = ctx; this.parameters = parameters; }