Method: GDCM::Package::Info#identify

Defined in:
lib/gdcm/package/info.rb

#identifyObject



51
52
53
54
55
56
# File 'lib/gdcm/package/info.rb', line 51

def identify
  GDCM::Tool::Identify.new do |builder|
    yield builder if block_given?
    builder << base.path
  end
end