Changeset 852

Show
Ignore:
Timestamp:
04/29/07 15:42:24 (2 years ago)
Author:
sandal
Message:

Anyone introducing hats into Ruport's API docs will be flogged

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ruport/trunk/lib/ruport/data/record.rb

    r813 r852  
    66module Ruport::Data 
    77 
    8   # 
    98  # === Overview 
    109  #  
     
    1716    include Enumerable   
    1817     
    19     #  
    2018    # Creates a new Record object.  If the <tt>:attributes</tt>  
    2119    # keyword is specified, Hash-like and Struct-like  
     
    7270    end 
    7371     
    74     # 
    7572    # Sets the <tt>attribute</tt> list for this Record.  
    7673    # (Dangerous when used within Table objects!) 
     
    9087    ################## 
    9188     
    92     # 
    9389    # Allows either Array or Hash-like indexing. 
    9490    # 
     
    107103    end 
    108104         
    109     #  
    110105    # Allows setting a <tt>value</tt> at an <tt>index</tt>. 
    111106    #  
     
    150145    ################ 
    151146     
    152     # 
    153147    # Converts a Record into an Array. 
    154148    # 
     
    209203    end 
    210204     
    211     # 
    212205    # Allows you to change the order of or reduce the number of columns in a 
    213206    # Record.   
     
    242235    end 
    243236 
    244     # 
    245237    # Provides a unique hash value. If a Record contains the same data and 
    246238    # attributes as another Record, they will hash to the same value, even if