diff options
| -rw-r--r-- | lib/zorglub/node.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
