Sha256: 74a79d9ed2c25ba0640ccb9c0140a197b3a4d58d4c5d84058872049f5d6f21f3
Contents?: true
Size: 164 Bytes
Versions: 7
Compression:
Stored size: 164 Bytes
Contents
module Coltrane module Commands class GetNotesFromString < Command def run(string) GetNotes.run(*string.split(' ')) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems