Method: RDoc::ClassModule#http_url
- Defined in:
- lib/rdoc/code_objects.rb
#http_url(prefix) ⇒ Object
581 582 583 584 |
# File 'lib/rdoc/code_objects.rb', line 581 def http_url(prefix) path = full_name.split("::") File.join(prefix, *path) + ".html" end |