class YARD::Server::LibraryVersion
def yardoc_file
- Note: - To implement a custom yardoc file getter, implement
Returns:
-
(nil)- if no yardoc file exists yet. In this case, {#prepare!} will -
(String)- the location of the yardoc file used to load the object
def yardoc_file @yardoc_file ||= load_yardoc_file end