Skip to content

Instantly share code, notes, and snippets.

@plukevdh
Created October 12, 2009 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plukevdh/208541 to your computer and use it in GitHub Desktop.
Save plukevdh/208541 to your computer and use it in GitHub Desktop.
Example of named parameters in macruby
NSApp.beginSheet(@info_sheet,
modalForWindow:@main_window,
modalDelegate:self,
didEndSelector:nil,
contextInfo:nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment