Skip to content

Instantly share code, notes, and snippets.

@the-undefined
Last active January 21, 2016 09:12
Show Gist options
  • Save the-undefined/8c707337c05e69bbdeeb to your computer and use it in GitHub Desktop.
Save the-undefined/8c707337c05e69bbdeeb to your computer and use it in GitHub Desktop.
Initialize is a private method, so.... put it under private
$ irb
001:0> Class.new.initialize
NoMethodError: private method `initialize' called for #<Class:0x007fc9188e3f08>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment