Skip to content

Instantly share code, notes, and snippets.

@phil303
Created May 16, 2012 19:57
Show Gist options
  • Save phil303/2713463 to your computer and use it in GitHub Desktop.
Save phil303/2713463 to your computer and use it in GitHub Desktop.
find-method
[22] (pry) main: 0> find-method homer
# => Object
# => Object#homer_says
[23] (pry) main: 0> find-method -c "Flanders"
# => Object
# => Object#homer_says puts "Stupid Flanders"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment