about summary refs log tree commit homepage
path: root/lib/yahns/rackup_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns/rackup_handler.rb')
-rw-r--r--lib/yahns/rackup_handler.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/yahns/rackup_handler.rb b/lib/yahns/rackup_handler.rb
index 127db48..3d7beab 100644
--- a/lib/yahns/rackup_handler.rb
+++ b/lib/yahns/rackup_handler.rb
@@ -32,7 +32,6 @@ module Yahns::RackupHandler # :nodoc:
       end
 
       %w(stderr_path stdout_path).each do |x|
-        x = x.to_sym
         val = o[x] and __send__(x, val)
       end
     end