There's no documentation for this item.
# File uri/mailto.rb, line 196 def set_headers(v) @headers = [] if v v.scan(HEADER_REGEXP) do |x| @headers << x.split(/=/o, 2) end end end
<code/>
<pre/>
<code/>and<pre/>for code samples.