# File lib/jpeg.rb, line 45 def method_missing(method, *args) super unless args.empty? super unless TIFF::TAGS.include?(method) @exif.send method if @exif end