class Coltrane::Commands::GetNotes

Public Instance Methods

run(*notes) click to toggle source
# File lib/coltrane/commands/get_notes.rb, line 4
def run(*notes)
  Theory::NoteSet[*notes]
end