Skip to content

Instantly share code, notes, and snippets.

@pedrozath
Created October 16, 2018 13:32
Show Gist options
  • Save pedrozath/2ba097dc56c7ed9c35b388b7051e748a to your computer and use it in GitHub Desktop.
Save pedrozath/2ba097dc56c7ed9c35b388b7051e748a to your computer and use it in GitHub Desktop.
module Coltrane
module UI
module Views
class Index < View
questions({
path: {
statement: "Welcome to Coltrane #{Coltrane::VERSION}",
options: %w[notes chords scales progressions exit]
}
})
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment