Class: Coltrane::Commands::FindProgressionsFromChords
- Defined in:
- lib/coltrane/commands/find_progressions_from_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_progressions_from_chords.rb', line 4 def run(*chords) Theory::Progression.find(*chords) end |