class YARD::Server::LibraryVersion

def load_source_path

def load_source_path
  meth = "source_path_for_#{source}"
  send(meth) if respond_to?(meth, true)
end