Skip to content

Instantly share code, notes, and snippets.

@bklang
Created August 18, 2011 14:59
Show Gist options
  • Save bklang/1154234 to your computer and use it in GitHub Desktop.
Save bklang/1154234 to your computer and use it in GitHub Desktop.
Example dynamically generated menu
menu 'my_menu_prompt', :timeout => 5.seconds, :tries => 2 do |link|
options.each do |digit, context|
link.send context.to_sym, digit
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment