Skip to content

Instantly share code, notes, and snippets.

@eckardt
Created December 9, 2011 15:00
Show Gist options
  • Save eckardt/1451850 to your computer and use it in GitHub Desktop.
Save eckardt/1451850 to your computer and use it in GitHub Desktop.
class User; after_initialize { puts "You will never see this"}; end
User.new.login # return nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment