Returns the paths of all of the objects in the registry.
Parameters:
whether to load entire database
Returns:
all of the paths in the registry.
252 253 254
# File 'lib/yard/registry.rb', line 252 def paths(reload = false) thread_local_store.keys(reload).map(&:to_s) end