On 7/4/2006, at 12:03, Jacob Rus wrote:
I'm not exactly sure what the problem is, as I don't really use Ruby, but the script runs fine in RubyMate, but when run as a command, it gives an error:
tmp/temp_textmate.dRRsyM:6:in `require': No such file to load
-- plist (LoadError) from /tmp/temp_textmate.dRRsyM:6
Someone know how to get loading plist working when we run as a command?
Ah well… remove the first $: << … line and change require 'plist' to:
require "#{ENV['TM_SUPPORT_PATH']}/lib/plist"