Skip to content

Instantly share code, notes, and snippets.

Created December 27, 2012 22:12
Show Gist options
  • Save anonymous/4392541 to your computer and use it in GitHub Desktop.
Save anonymous/4392541 to your computer and use it in GitHub Desktop.
class A
def destination(dest)
'/reviews' + post_original_destination
end
def post_original_destination
'A'
end
alias_method :destination,:post_original_destination
end
puts A.new().destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment