module RDoc::Generator::Markup
def cvs_url(url, full_path)
def cvs_url(url, full_path) if /%s/ =~ url then sprintf url, full_path else url + full_path end end
def cvs_url(url, full_path) if /%s/ =~ url then sprintf url, full_path else url + full_path end end