Skip to content

Instantly share code, notes, and snippets.

Created December 5, 2008 15:06
Show Gist options
  • Save anonymous/32356 to your computer and use it in GitHub Desktop.
Save anonymous/32356 to your computer and use it in GitHub Desktop.
1) che differenza c'è tra un metodo definito con def self.nomemetodo end e def nomemetodo end
2) Se la variabile pippo è un array e gino è il nome di un metodo nella chiamata gino(*pippo) che significato ha l'asterisco?
3) Che fa il method synchronize nella classe Mutex?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment