From: "Iñaki Baz Castillo" Date: 2009-02-27T08:33:46+09:00 Subject: Re: Ruby 1.9 doesn't hace String#any? El Viernes, 27 de Febrero de 2009, Iñaki Baz Castillo escribió: > Hi, I'm trying: > ruby 1.9.0 (2007-08-30 patchlevel 0) [i486-linux] > in Ubuntu. > > I've realized that there is no method String#any? > Why? maybe it exists in a more recent version of 1.9? > Which would be the replacement method if not? Ok I've found that in Ruby 1.9 String is no more an Enumerable (and "any?" is defined in Enumerable module). -- Iñaki Baz Castillo