Skip to content

Instantly share code, notes, and snippets.

@mikeymicrophone
Created January 8, 2012 20:45
Show Gist options
  • Save mikeymicrophone/1579627 to your computer and use it in GitHub Desktop.
Save mikeymicrophone/1579627 to your computer and use it in GitHub Desktop.
User.create :first_name => current_facebook_user.first_name, :last_name => current_facebook_user.last_name,
:email => current_facebook_user.email,
:facebook_id => current_facebook_user.id,
:access_token => current_facebook_user.client.access_token,
:city => current_facebook_user.location
@mikeymicrophone
Copy link
Author

it is an informal technique for using variable numbers of arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment