Class: URL
- Inherits:
-
Object
- Object
- URL
- Defined in:
- lib/rxfhelper.rb
Class Method Summary collapse
Class Method Details
.join(*a) ⇒ Object
108 109 110 |
# File 'lib/rxfhelper.rb', line 108 def self.join(*a) a.map {|x| x.sub(/(?:^\/|\/$)/,'') }.join '/' end |