Skip to content

Instantly share code, notes, and snippets.

@vassilevsky
Created February 11, 2015 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vassilevsky/a722e5b548b30d84c25f to your computer and use it in GitHub Desktop.
Save vassilevsky/a722e5b548b30d84c25f to your computer and use it in GitHub Desktop.
class Foo
alias_method :baz,
def bar
puts "Bar"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment