Method: GDCM::Configuration#debug

Defined in:
lib/gdcm/configuration.rb

#debugBoolean (readonly)

When get to true, it outputs each command to STDOUT in their shell version.

Returns:

  • (Boolean)


19
20
21
# File 'lib/gdcm/configuration.rb', line 19

def debug
  @debug
end