Skip to content

Instantly share code, notes, and snippets.

@pasberth
Created January 1, 2012 05:50
Show Gist options
  • Save pasberth/1546397 to your computer and use it in GitHub Desktop.
Save pasberth/1546397 to your computer and use it in GitHub Desktop.
Year = "A happy new Year!"
class A
class << self
alias happy instance_eval
def new e; puts e; end
end
end
A.happy { new Year }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment