- bin/pry
- require "pry"
- load helpers
- require classes
- require pry_class
- adds pry method to Pry
- calls Pry.init
- initializes plugin_manger,
- initializes config
- initializes history
- calls reset_defaults
- calls locate_plugins
- adds all of the plugins to the plugin manager
- require cli
- add options
- add processor block
- require pry_class
- calls parse_options
- creates the option hash from the options block
- runs the processor with the collection of options
- as a side-effect, it starts Pry
- Pry.start
- finds target
- initializes session
- loads config files
- loads plugins
- activates plugins
- require plugin
- loads other stuff
- initializes pry instance
- fires when_started hook
- Pry.start
- as a side-effect, it starts Pry
- require "pry"
Created
July 28, 2012 19:10
-
-
Save jasonLaster/3194446 to your computer and use it in GitHub Desktop.
Pry Initialization tree
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment