Skip to content

Instantly share code, notes, and snippets.

@edezekiel
Last active November 6, 2018 13:54
Show Gist options
  • Save edezekiel/35f6c9e4eb895929d18f66737ec398d8 to your computer and use it in GitHub Desktop.
Save edezekiel/35f6c9e4eb895929d18f66737ec398d8 to your computer and use it in GitHub Desktop.
Pry-Show-Source
[07:13:00] ~
// ♥ Pry
[1] pry(main)> cd Pry
[2] pry(Pry):1> $
From: /Users/edwardezekiel/.rvm/gems/ruby-2.3.3/gems/pry-0.11.3/lib/pry/pry_instance.rb @ line 24:
Class name: Pry
Number of monkeypatches: 6. Use the `-a` option to display all available monkeypatches
Number of lines: 643
class Pry
attr_accessor :binding_stack
attr_accessor :custom_completions
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment