Skip to content

Instantly share code, notes, and snippets.

@phil303
Created May 16, 2012 04:01
Show Gist options
  • Save phil303/2707261 to your computer and use it in GitHub Desktop.
Save phil303/2707261 to your computer and use it in GitHub Desktop.
edit-method
# using our earlier homer_says method
[10] (pry) main: 0> edit-method homer_says
# into our editor of choice! Where we change "Do'h!" to something else.
[11] (pry) main: 0> homer_says
# Stupid Flanders
# => nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment