method
path
v1_8_7_330 -
Show latest stable
- Class:
Generators::HtmlMethod
path()public
No documentation available.
# File lib/rdoc/generators/html_generator.rb, line 971
def path
if @options.all_one_file
aref
else
@html_class.path + "#" + aref
end
end