Class: Coltrane::Commands::AvailableChordRepresentations

Inherits:
Command
  • Object
show all
Defined in:
lib/coltrane/commands/available_chord_representations.rb

Instance Attribute Summary

Attributes inherited from Command

#error

Instance Method Summary collapse

Methods inherited from Command

run

Instance Method Details

#runObject



4
5
6
# File 'lib/coltrane/commands/available_chord_representations.rb', line 4

def run
  return ['GuitarChordChart'] + AvailableRepresentations.run
end