about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 14:01:00 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 14:01:00 -0700
commit47ab2c1e81251abc36ca83565292c3ecdfc33eeb (patch)
tree4e4d7a7850d71c51f643211d6b2bacab697dd323
parent53be61846ad12d1ae243e287f81608b43fbdd318 (diff)
downloadrainbows-47ab2c1e81251abc36ca83565292c3ecdfc33eeb.tar.gz
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".
-rw-r--r--lib/rainbows/tee_input.rb1
1 files changed, 1 insertions, 0 deletions
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