Your Ad Here

Posted By

cvincent on 05/09/09


Tagged


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

webstic


Testing


 / Published in: Ruby
 

  1. require 'rb-music-theory'
  2.  
  3. @notes = []
  4. @notes << :Ab
  5. @notes.each do |n|
  6. puts n.to_s
  7. end

Report this snippet  

You need to login to post a comment.