Set an option to the given value
29 30 31
# File 'lib/do/commands.rb', line 29 def set(option, value) define_method(option) { value } end