Exception: RXFHelperException

Inherits:
Exception
  • Object
show all
Defined in:
lib/rxfhelper.rb

Overview

# 20th February 2022 # JR

# the following code has been commented out because it appears to be redundant

class URL

def self.join(*a)
  a.map {|x| x.sub(/(?:^\/|\/$)/,'') }.join '/'
end

end