Hey has anyone experienced problems with textmate running a ruby file against RVM set to 1.9.2. The "Command R" runs ruby code, but I noticed it is running 1.8.7 (based on the errors I get when I try to run something specific to Ruby 1.9, such as the symbol short cut for hashes...)
x={a: 1, b: 2, c: 3}... Does not work
But the ruby 1.8.7 short cut
x={a, 1, b, 2, c, 3}.... Does work.
Is there a preference setting in Textmate that tells it to use which Ruby interpreter?
Thanks