From 47ab2c1e81251abc36ca83565292c3ecdfc33eeb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 May 2010 14:01:00 -0700 Subject: tee_input: remember "encoding: binary" comment Even if it's just an empty file for now, it's critical in case we ever add any code that returns user-visible strings since Rack::Lint (and mere sanity) require binary encoding for "rack.input". --- lib/rainbows/tee_input.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rainbows/tee_input.rb b/lib/rainbows/tee_input.rb index d405a5c..be46cb3 100644 --- a/lib/rainbows/tee_input.rb +++ b/lib/rainbows/tee_input.rb @@ -1,3 +1,4 @@ +# -*- encoding: binary -*- module Rainbows # acts like tee(1) on an input input to provide a input-like stream -- cgit v1.2.3-24-ge0c7