Flowdock
method

meta_add_field2

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: OpenURI::Meta
meta_add_field2(name, values) public

No documentation

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

Hide source
# File lib/open-uri.rb, line 482
    def meta_add_field2(name, values) # :nodoc:
      name = name.downcase
      @metas[name] = values
      @meta[name] = values.join(', ')
      meta_setup_encoding if name == 'content-type'
    end
Register or log in to add new notes.