Method: YARD::Registry.at
- Defined in:
- lib/yard/registry.rb
.at(path) ⇒ CodeObjects::Base? Also known as: []
Returns the object at a specific path.
261 |
# File 'lib/yard/registry.rb', line 261 def at(path) path ? thread_local_store[path] : nil end |