Skip to content

Instantly share code, notes, and snippets.

@wilg
Created October 17, 2012 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilg/3907894 to your computer and use it in GitHub Desktop.
Save wilg/3907894 to your computer and use it in GitHub Desktop.
class ExiftoolPatched < MiniExiftool
def initialize_from_hash hash
@@separator = ', '
super
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment