class Coltrane::Commands::FindChordByNotes
Public Instance Methods
run(notes)
click to toggle source
# File lib/coltrane/commands/find_chord_by_notes.rb, line 4 def run(notes) Theory::Chord.new(notes: notes) end