Actions
Feature #1212
closeddoc for Array#fill misses indication about negative value for the start argument
    Feature #1212:
    doc for Array#fill misses indication about negative value for the start argument
  
Description
=begin
The doc for Array#fill misses indication about negative value for the start argument. For instance Array#fetch says "Negative values of index count from the end of the array.". Array#fill should probably says something like "Negative values of start count from the end of the array.".
=end
        
          
          Updated by matz (Yukihiro Matsumoto) over 16 years ago
          
          
        
        
      
      - Status changed from Open to Closed
 - % Done changed from 0 to 100
 
=begin
Applied in changeset r22787.
=end
Actions