class ProcessExecuter::Options::Base

def with(**options_hash)

Returns:
  • (self.class) -
def with(**options_hash)
  self.class.new(**@options, **options_hash)
end