2 3 4
# File 'lib/trax/core/ext/uri.rb', line 2 def join(*args) self + args.map{ |arg| arg.is_a?(::String) ? arg : arg.to_s }.join("/") end