# File lib/camping-unabridged.rb, line 242
242:     def URL c='/',*a
243:       c = R(c, *a) if c.respond_to? :urls
244:       c = self/c
245:       c = @request.url[/.{8,}?(?=\/)/]+c if c[0]==?/
246:       URI(c)
247:     end