class Coltrane::Commands::AvailableChordRepresentations

Public Instance Methods

run() click to toggle source
# File lib/coltrane/commands/available_chord_representations.rb, line 4
def run
  return ['GuitarChordChart'] + AvailableRepresentations.run
end