# File lib/commander/configure.rb, line 5 def configure(*configuration_opts, &configuration_block) configuration_module = Module.new configuration_module.extend Commander::Methods configuration_module.class_exec(*configuration_opts, &configuration_block) configuration_module.class_exec do run! end end
Generated with the Darkfish Rdoc Generator 2.