There's no documentation for this item.
# File action_mailer/vendor/tmail-1.1.0/tmail/stringio.rb, line 179 def new( str = '' ) if block_given? begin f = super yield f ensure f.close if f end else super end end
<code/>
<pre/>
<code/>and<pre/>for code samples.