-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Would you consider a pull request that allows an alternate hash syntax?
class MainMenu
extend DrinkMenu::MenuBuilder
def menu_data
{
app: { title: "App Name", items: [
{ title: 'Quit', key: 'q' }
]},
file: { title: "File", items: [
{ title: "Open", key: 'o' },
{ title: "New" },
___,
{ title: "Close", key: "w" }
]}
}
end
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels