Sha256: f84fa21b0137567e2aa9899c0af8abefe3f9b574c44667cae70d40b6d5f40cf6
Contents?: true
Size: 159 Bytes
Versions: 7
Compression:
Stored size: 159 Bytes
Contents
module Coltrane module Commands class FindChordByNotes < Command def run(notes) Theory::Chord.new(notes: notes) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems