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