From ad384e5e285deac173913cd7ce22a39139a52624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 3 Aug 2011 14:34:22 +0200 Subject: Node.r take care of non-string arguments --- lib/zorglub/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb index 751bb4d..73811ea 100644 --- a/lib/zorglub/node.rb +++ b/lib/zorglub/node.rb @@ -24,7 +24,7 @@ module Zorglub # def r *args @r ||= @app.to self - File.join @r, *args + File.join @r, args.map { |x| x.to_s } end # def call env -- cgit v1.1-2-g2b99