Class: Coltrane::Commands::GetNotes
- Defined in:
- lib/coltrane/commands/get_notes.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
Instance Method Details
#run(*notes) ⇒ Object
4 5 6 |
# File 'lib/coltrane/commands/get_notes.rb', line 4 def run(*notes) Theory::NoteSet[*notes] end |