method
    
    new
 
  new(first_value, *values)
  public
  
    Hide source    
    
      
  
# File actionview/lib/action_view/helpers/text_helper.rb, line 413 def initialize(first_value, *values) @values = values.unshift(first_value) reset end

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