summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/zorglub/node.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb
index 08214a3..fc74d7b 100644
--- a/lib/zorglub/node.rb
+++ b/lib/zorglub/node.rb
@@ -22,8 +22,9 @@ module Zorglub
@app.map location, self
end
#
- def r
+ def r *args
@r ||= @app.to self
+ File.join @r, *args
end
#
def call env