Method: Avm::Registry::WithPath#detect_by_path

Defined in:
lib/avm/registry/with_path.rb

#detect_by_path(path) ⇒ Object



17
18
19
# File 'lib/avm/registry/with_path.rb', line 17

def detect_by_path(path)
  detect_by_path_optional(path) || raise_not_found(path)
end