class ProcessExecuter::Options::Base
def valid_option?(option)
- Api: - private
Returns:
-
(Boolean)- true if the given option is a valid option
Parameters:
-
option(Symbol) -- the option to be tested
def valid_option?(option) allowed_options.keys.include?(option) end