class Coltrane::Commands::FindProgressionsFromChords
Public Instance Methods
run(*chords)
click to toggle source
# File lib/coltrane/commands/find_progressions_from_chords.rb, line 4 def run(*chords) Theory::Progression.find(*chords) end