[SVN] Revision 1477 (Source)

Allan Odgaard allan at macromates.com
Tue Aug 9 13:46:10 UTC 2005


On 09/08/2005, at 15.32, Sune Foldager wrote:

>> The Run command may require Ruby 1.8 (it uses reject).
> Reject is not marked as 1.8 in the Pickaxe, so I assume it should  
> run under 1.6? (Enumerable#reject). I can't really test it though.

Okay, seems to work:

  % cd /Volumes/Panther/usr/bin
  % ./ruby --version
  ruby 1.6.8 (2002-12-24) [powerpc-darwin7.0]
  % ./ruby -e 'puts [:a, :b, :c].reject { |x| x == :b }'
  a
  c




More information about the textmate-dev mailing list