Skip to content

Instantly share code, notes, and snippets.

@mdcclv
Forked from lilliealbert/cats
Created November 13, 2012 22:25
Show Gist options
  • Save mdcclv/4068852 to your computer and use it in GitHub Desktop.
Save mdcclv/4068852 to your computer and use it in GitHub Desktop.
how about this indentation
vr.addListMember({
'session_id' => sid,
'list_member' => {
'list_id' => lid,
'member_data' => [
{
'name' => 'email_address',
'value' => 'email@example.com'
},
{
'name' => 'first_name',
'value' => 'Peter'
},
{
'name' => 'last_name',
'value' => 'Parker'
}
]
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment