method
    
    new
 
  new(first_string, *rest_strings)
  public
  
    Hide source    
    
      
  
# File lib/resolv.rb, line 1870 def initialize(first_string, *rest_strings) @strings = [first_string, *rest_strings] end

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