pedrozath/coltrane

View on GitHub
lib/coltrane/commands/available_notable_progressions.rb

Summary

Maintainability
A
0 mins
Test Coverage
B
80%
module Coltrane
  module Commands
    class AvailableNotableProgressions < Command
      def run
        Theory::NotableProgressions::PROGRESSIONS.keys
      end
    end
  end
end