This file is indexed.

/usr/share/doc/libneedle-ruby1.8/doc/manual/parts/02_overview.txt is in libneedle-ruby1.8 1.3.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
The registry is at the heart of any dependency-injected application or library. All services are registered with the registry, so that when an application needs an instance of a particular service, it may obtain that service reference by querying the registry.

In order to use Needle, you only really _need_ to understand how to create and manipulate registry objects.