method
    
    new
 
  new(*pairs)
  public
  
    Hide source    
    
      
  
# File railties/lib/code_statistics.rb, line 5 def initialize(*pairs) @pairs = pairs @statistics = calculate_statistics @total = calculate_total if pairs.length > 1 end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
    
 
   = protected
 = protected
  