Changeset 1246

Show
Ignore:
Timestamp:
01/04/08 14:08:27 (11 months ago)
Author:
sandal
Message:

Removing some extraneous comments

Files:

Legend:

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

    r1208 r1246  
    6363        options = {:has_names => true, 
    6464                   :csv_options => {} }.merge(options) 
    65          
    66         # if people want to use FCSV's header support, let them            
     65               
    6766        adjust_options_for_fcsv_headers(options) 
    6867 
  • ruport/trunk/lib/ruport/renderer.rb

    r1236 r1246  
    457457  # data collected from the earlier methods. 
    458458  def _run_ 
    459     # ensure all the required options have been set 
    460459    unless self.class.required_options.nil? 
    461460      self.class.required_options.each do |opt| 
     
    483482   
    484483  def execute_stages 
    485     # call each stage to build the report 
    486484    unless self.class.stages.nil? 
    487485      self.class.stages.each do |stage|