Method: MusicalScore::Notes#initialize

Defined in:
lib/musical_score/notes.rb

#initialize(notes) ⇒ Notes

Returns a new instance of Notes.



10
11
12
# File 'lib/musical_score/notes.rb', line 10

def initialize(notes)
    @notes = notes
end