# File lib/commander/runner.rb, line 171 def command(name, &block) yield add_command(Commander::Command.new(name)) if block @commands[name.to_s] end