Method: GDCM::Configuration#shell_api

Defined in:
lib/gdcm/configuration.rb

#shell_apiString

Instructs GDCM how to execute the shell commands. Available APIs are “open3” (default) and “posix-spawn” (requires the “posix-spawn” gem).

Returns:



55
56
57
# File 'lib/gdcm/configuration.rb', line 55

def shell_api
  @shell_api
end