Skip to content

Instantly share code, notes, and snippets.

@effkay
Created May 8, 2009 05:30
Show Gist options
  • Select an option

  • Save effkay/108651 to your computer and use it in GitHub Desktop.

Select an option

Save effkay/108651 to your computer and use it in GitHub Desktop.
initialize and super
#in initialize
super # pass along the arguments to the current method
super() # pass no arguments
super(1,2) # pass these explicit arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment