class ProcessExecuter::Options::Base

def valid_option?(option)

Other tags:
    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