Skip to content

Instantly share code, notes, and snippets.

@afarnham
Created December 9, 2008 06:42
Show Gist options
  • Save afarnham/33808 to your computer and use it in GitHub Desktop.
Save afarnham/33808 to your computer and use it in GitHub Desktop.
>> inq.choices = [1,2,3]
=> [1, 2, 3]
>> inq.save
=> true
>> inq.choices
=> "123"
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment