But try put the following line before the require 'plist' in your script: $:.reject! { |path| path =~ %r{TextMate.*/Support/lib$} } That should solve the plist clash. It’s not ideal, but will have to do until I find a better solution.
But try put the following line before the require 'plist' in your script:
$:.reject! { |path| path =~ %r{TextMate.*/Support/lib$} }
That should solve the plist clash. It’s not ideal, but will have to do until I find a better solution.