class Coltrane::Commands::FindScaleByChords

Public Instance Methods

run(*chords) click to toggle source
# File lib/coltrane/commands/find_scale_by_chords.rb, line 4
def run(*chords)
  Theory::Scale.having_chords(*chords)
end