class Gem::OptionParser::AC
def ac_arg_enable(name, help_string, &block)
Define --enable / --disable style option
def ac_arg_enable(name, help_string, &block) _ac_arg_enable("enable", name, help_string, block) end
def ac_arg_enable(name, help_string, &block) _ac_arg_enable("enable", name, help_string, block) end