Hi all,
When I run this in TextMate with the Execute and Update command I get this:
RUBY_VERSION # => "1.8.2"
But, when I use irb in a terminal window I get this:
irb(main):001:0> RUBY_VERSION => "1.8.4"
Why aren't they the same? I am reading the Pragmatic TextMate book and it shows 1.8.4 inside of TextMate.
Thanks,
-Eric