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