This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
file=(location)
The file this Document was created from.
# File lib/rdoc/markup/document.rb, line 96 def file= location @file = case location when RDoc::TopLevel then location.relative_name else location end end