Skip to content

Instantly share code, notes, and snippets.

@swarley
Created March 31, 2012 06:22
Show Gist options
  • Save swarley/2259929 to your computer and use it in GitHub Desktop.
Save swarley/2259929 to your computer and use it in GitHub Desktop.
[111] pry(main)> class Tester
[111] pry(main)* def test_method
[111] pry(main)* geewhiz = 1
[111] pry(main)* end
[111] pry(main)* end
=> nil
[112] pry(main)> find-method -c 'gee.+' Tester
Tester#test_method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment