Skip to content

Instantly share code, notes, and snippets.

@theleoborges
Created January 22, 2011 05:22
Show Gist options
  • Save theleoborges/790886 to your computer and use it in GitHub Desktop.
Save theleoborges/790886 to your computer and use it in GitHub Desktop.
learning-objective-c-a-ruby-analogy#4
[myArray each: ^(id *item){
NSLog(@"Current item: %@", item);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment