Skip to content

Instantly share code, notes, and snippets.

@mgarriss
Created November 23, 2011 16:23
Show Gist options
  • Save mgarriss/1389115 to your computer and use it in GitHub Desktop.
Save mgarriss/1389115 to your computer and use it in GitHub Desktop.
>> C4.value #=> 60
>> C4 #=> C4
>> x = 60 #=> 60
>> [C4,x,D4] #=> [C4, 60, D4]
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment