Method: RDoc::Markup::Document#file

Defined in:
lib/rdoc/markup/document.rb

#fileObject

The file this document was created from. See also RDoc::ClassModule#add_comment



13
14
15
# File 'lib/rdoc/markup/document.rb', line 13

def file
  @file
end