Class: Coltrane::Commands::FindScaleByChords
- Defined in:
- lib/coltrane/commands/find_scale_by_chords.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
Instance Method Details
#run(*chords) ⇒ Object
4 5 6 |
# File 'lib/coltrane/commands/find_scale_by_chords.rb', line 4 def run(*chords) Theory::Scale.having_chords(*chords) end |