Method: MultiExiftool::Reader#options
- Defined in:
- lib/multi_exiftool/reader.rb
#options ⇒ Object
Options to use with the exiftool command.
36 37 38 39 40 41 42 |
# File 'lib/multi_exiftool/reader.rb', line 36 def opts = super if @group opts["g#@group"] = true end opts end |