Flowdock
new(first_string, *rest_strings) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/resolv.rb, line 2022
        def initialize(first_string, *rest_strings)
          @strings = [first_string, *rest_strings]
        end
Register or log in to add new notes.