rake_check_options(options, *optdecl)
Instance Public methods
Check that the options do not contain options not listed in
optdecl
. An ArgumentError
exception is thrown if non-declared options are found.
Check that the options do not contain options not listed in
optdecl
. An ArgumentError
exception is thrown if non-declared options are found.
Please login to continue.