Skip to content

Instantly share code, notes, and snippets.

@davedash
Created August 20, 2014 21:28
Show Gist options
  • Save davedash/15613715265f71c657b6 to your computer and use it in GitHub Desktop.
Save davedash/15613715265f71c657b6 to your computer and use it in GitHub Desktop.
require "./test2.rb"
def hi_replacement
puts "new thing"
end
hi = hi_replacement
hi
def hi
puts "whatever"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment