Method: GDCM::Configuration#shell_api
- Defined in:
- lib/gdcm/configuration.rb
#shell_api ⇒ String
Instructs GDCM how to execute the shell commands. Available APIs are “open3” (default) and “posix-spawn” (requires the “posix-spawn” gem).
55 56 57 |
# File 'lib/gdcm/configuration.rb', line 55 def shell_api @shell_api end |