class YARD::Server::LibraryVersion
def source_path
- See: LibraryVersion - LibraryVersion documentation for "Implementing a Custom Library Source"
Returns:
-
(nil)
- if there is no source code -
(String)
- the location of the source code for a library. This
def source_path @source_path ||= load_source_path end