class Coltrane::Commands::FindScaleByNotes

Public Instance Methods

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