Skip to content

Instantly share code, notes, and snippets.

@zeevallin
Created February 12, 2013 11:22
Show Gist options
  • Save zeevallin/4761674 to your computer and use it in GitHub Desktop.
Save zeevallin/4761674 to your computer and use it in GitHub Desktop.
class Awesome; end
class MacBook < Awesome; end
def (money)
 return MacBook.new if money.enough?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment