Class: Coltrane::Commands::FindScaleByChords

Inherits:
Command
  • Object
show all
Defined in:
lib/coltrane/commands/find_scale_by_chords.rb

Instance Attribute Summary

Attributes inherited from Command

#error

Instance Method Summary collapse

Methods inherited from Command

run

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