# frozen_string_literal: true module Coltrane module ChordSubstitutions def tritone_substitution self + Interval.augmented_fourth end end end