Project

General

Profile

Feature #2832

Updated by ko1 (Koichi Sasada) over 11 years ago

=begin 
  
  Vector should implement #each and include Enumerable, since it is so Array-like. 
 
  Enumerable methods that return an array should probably be specialized to return a Vector (e.g. map, first, ...) 
 
  See also [ruby-core:28403], [redmine:2831] 
 
 =end 
 

Back