summaryrefslogtreecommitdiff
path: root/examples/menus.rb
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2012-11-27 07:21:17 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2012-11-27 07:21:17 +0100
commit8d4d51bdacd6c38c64ca036476cfcdeea046d4bf (patch)
treea756e2cf705849f8cb1852624898bc1cceac6d89 /examples/menus.rb
parent38001cb5e755bdb1e4590757023049a9901fb68e (diff)
downloadhighline-8d4d51bdacd6c38c64ca036476cfcdeea046d4bf.tar.gz
Removing trailing whitespace.
Diffstat (limited to 'examples/menus.rb')
-rw-r--r--examples/menus.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/menus.rb b/examples/menus.rb
index 8adcf39..c2bd5e3 100644
--- a/examples/menus.rb
+++ b/examples/menus.rb
@@ -51,9 +51,9 @@ say("\nYou can even build shells...")
loop do
choose do |menu|
menu.layout = :menu_only
-
+
menu.shell = true
-
+
menu.choice(:load, "Load a file.") do |command, details|
say("Loading file with options: #{details}...")
end