class Coltrane::Commands::GetNotesFromString
Public Instance Methods
run(string)
click to toggle source
# File lib/coltrane/commands/get_notes_from_string.rb, line 4 def run(string) GetNotes.run(*string.split(' ')) end