about summary refs log tree commit homepage
path: root/lib/upr/params.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-12 13:42:21 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-12 13:42:21 -0800
commitdd08acc53b0f17946b47a7a8f5e6b3f219c218fd (patch)
treed78678d945ac866d3288e64e5c35c1340504ee90 /lib/upr/params.rb
parentf5eae25bad81afcd0e0c11f671a7fa7e12461015 (diff)
downloadupr-dd08acc53b0f17946b47a7a8f5e6b3f219c218fd.tar.gz
set "encoding: binary" to workaround 1.9 insanity
It probably doesn't matter for these modules/classes, but I'd
much rather avoid potential surprises in the future.
Diffstat (limited to 'lib/upr/params.rb')
-rw-r--r--lib/upr/params.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/upr/params.rb b/lib/upr/params.rb
index 3babdc0..a65a30f 100644
--- a/lib/upr/params.rb
+++ b/lib/upr/params.rb
@@ -1,3 +1,4 @@
+# -*- encoding: binary -*-
 require 'rack'
 
 module Upr