Method: Avm::Registry::WithPath#detect_by_path_optional
- Defined in:
- lib/avm/registry/with_path.rb
#detect_by_path_optional(path) ⇒ Object
21 22 23 24 25 |
# File 'lib/avm/registry/with_path.rb', line 21 def detect_by_path_optional(path) on_cache do cache.detect_optional(path) end end |