Actions
Bug #5216
closedadded some clarification to Array.new method
    Bug #5216:
    added some clarification to Array.new method
  
Description
Wasn't sure if the call-seq section needed to be updated. Doc was referencing first through fourth forms, but then buried the "final" form kinda deep in some code. Added all four forms, then added return values for all but the most obvious calls.
Files
        
           Updated by drbrain (Eric Hodel) about 14 years ago
          Updated by drbrain (Eric Hodel) about 14 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r33388.
Jonathan, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- array.c (rb_ary_initialize):  Add output for examples.  Patch by
 Jonathan Mukai. [Ruby 1.9 - Bug #5216]
        
           Updated by drbrain (Eric Hodel) about 14 years ago
          Updated by drbrain (Eric Hodel) about 14 years ago
          
          
        
        
      
      The call-seq covers all four examples, so it is fine.
Actions