# File lib/exifr/tiff.rb, line 369 def [](index) index.is_a?(Symbol) ? to_hash[index] : @ifds[index] end