samples/helloworld/hello_world.rb in rubikon-0.5.2 vs samples/helloworld/hello_world.rb in rubikon-0.5.3

- old
+ new

@@ -36,10 +36,10 @@ # Interactive mode # # Ask the user for his name and greet him command :interactive, 'Greet interactively' do name = input 'Please enter your name' - call :'__default', '--name', name + call :__default, '--name', name end # Show a progress bar while iterating through a loop flag :brackets command :progress, 'Display a progress bar' do