# File lib/rdoc/generator/markup.rb, line 52 def cvs_url(url, full_path) if /%s/ =~ url then sprintf url, full_path else url + full_path end end