Sha256: 51c71e631bf3263ff46c4f70ebe0b4340d03843b726d2c596a35df26fb975acb
Contents?: true
Size: 161 Bytes
Versions: 4
Compression:
Stored size: 161 Bytes
Contents
# frozen_string_literal: true module Coltrane module ChordSubstitutions def tritone_substitution self + Interval.augmented_fourth end end end
Version data entries
4 entries across 4 versions & 1 rubygems