class RXFHelperException
# 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
# 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