method
    
    add_to
 
  add_to(array, thing)
  public
  
    Hide source    
    
      
  
# File lib/rdoc/code_objects.rb, line 294 def add_to(array, thing) array << thing if @document_self && !@done_documenting thing.parent = self thing.section = @current_section end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
    
    
     
    
