class Coltrane::Commands::GetChordsFromScale

Public Instance Methods

run(scale, type, size) click to toggle source
# File lib/coltrane/commands/get_chords_from_scale.rb, line 4
def run(scale, type, size)
  scale.send(type == 'tertians' ? :tertians : :chords)
end