module PryCommandSetRegistry
The namespace and primary access point for addressing the PryCommandSetRegistry
plugin. Home to the Registry
singleton, the primary store of registered command sets.
Constants
- Commands
Default commands for interacting with
PryCommandSetRegistry
imported into Pry.- VERSION
The version of the
PryCommandSetRegistry
gem.
Attributes
registry[RW]
The registry singleton that stores all defined command sets. @return [PryCommandSetRegistry::Registry]