Skip to content

Instantly share code, notes, and snippets.

@andreacampi
Forked from anonymous/gist:32356
Created December 5, 2008 15:11
Show Gist options
  • Save andreacampi/32359 to your computer and use it in GitHub Desktop.
Save andreacampi/32359 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