Hmmm, when I run this I get :hello
for everything I try. So I'm wondering what's happening. It certainly appears that everything is okay with the ruby installation.
Now I'm really not sure what is wrong.
Thanks,
Tim.
On 9/19/06, Allan Odgaard throw-away-1@macromates.com wrote:
There is a chance this will load your default ruby.
Please try (from terminal):
/sw/bin/ruby -e 'p :hello'
[...] require "#{ENV['TM_SUPPORT_PATH']}/lib/plist"
This loads a ruby extension bundled with TM. It is not unlikely that this one is the one relying on the symbols, you can test that by adding the following to the line above:
-r/path/to/TextMate.app/Contents/SharedSupport/Support/lib/plist
If it is the plist extension, then that should give the same errors (where the previous line would have worked).