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