class Array
Public Instance Methods
to_rhythm()
click to toggle source
# File lib/musicality/composition/model/rhythm.rb, line 30 def to_rhythm Musicality::Rhythm.new(self) end
to_rhythm_class()
click to toggle source
# File lib/musicality/composition/model/rhythm_class.rb, line 27 def to_rhythm_class Musicality::RhythmClass.new(self) end