Class: Beeps::Sequencer
- Inherits:
-
Object
- Object
- Beeps::Sequencer
- Includes:
- Enumerable
- Defined in:
- lib/beeps/processor.rb
Instance Method Summary collapse
- #each_note(&block) ⇒ Object (also: #each)
Instance Method Details
#each_note(&block) ⇒ Object Also known as: each
120 121 122 123 |
# File 'lib/beeps/processor.rb', line 120 def each_note(&block) return enum_for :each_note unless block each_note!(&block) end |