method
path
v1_9_1_378 -
Show latest stable
- Class:
RDoc::Generator::Method
path()public
No documentation available.
# File lib/rdoc/generator.rb, line 921
def path
if @options.all_one_file
aref
else
@html_class.path + "#" + aref
end
end