# File lib/camping-unabridged.rb, line 224 224: def URL c='/',*a 225: c = R(c, *a) if c.respond_to? :urls 226: c = self/c 227: c = @request.url[/.{8,}?(?=\/)/]+c if c[0]==?/ 228: URI(c) 229: end