Skip to content

Instantly share code, notes, and snippets.

@liamzebedee
Created June 20, 2013 09:26
Show Gist options
  • Select an option

  • Save liamzebedee/5821443 to your computer and use it in GitHub Desktop.

Select an option

Save liamzebedee/5821443 to your computer and use it in GitHub Desktop.
module X
class Page
alias_method :_url, :url
def url
# XXX
end
end
class Post
alias_method :_url, :url
def url
# XXX
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment