class ProcessExecuter::Options::Base

def merge!(**other_options)

Returns:
  • (void) -

Parameters:
  • other_options (Hash) -- the options to merge into the current options
def merge!(**other_options)
  @options.merge!(other_options)
end