I have Ruby 1.9.2 installed on my system (Mac OS X 10.7.4).
ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.6.0]
When I use TextWrangler to run the following simple code:
puts RUBY_VERSION
The output is "1.8.7".
How do I get TextWrangler to run the newer version? Thanks.