# File lib/common.rb, line 97 def setOpts(action, optsParser, opts) ACTION_CLASS.each(){|x| next if x::ACTION_LIST.index(action) == nil next if x.singleton_methods().index(:set_opts) == nil x.set_opts(action, optsParser, opts) break } end