From transfire at gmail.com Fri Feb 26 00:36:46 2010 From: transfire at gmail.com (Trans) Date: Thu, 25 Feb 2010 21:36:46 -0800 (PST) Subject: [Facets] Hash#map-with_index? In-Reply-To: References: Message-ID: On Jan 2, 8:16?pm, rogerdpack2 wrote: > expected? > > >> all.class > => Hash > >> all.map_with_index{|n| n[0]} > > NoMethodError: undefined method `each_index' for # > ? ? ? ? from E:/installs/ruby191p376/lib/ruby/gems/1.9.1/gems/ > facets-2.8.1/lib/core/facets/enumerable/map_with_index.rb:12:in > `map_with_index' > ? ? ? ? from (irb):11 > ? ? ? ? from E:/installs/ruby191p376/bin/irb:12:in `
' No. Good catch. Fixed now. Thanks.