HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/Net/SMTP/data-i.ri
U:RDoc::AnyMethod[iI"	data:ETI"Net::SMTP#data;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[	I""This method sends a message. ;TI"2If +msgstr+ is given, sends it as a message. ;TI"7If block is given, yield a message writer stream. ;TI"7You must write message before the block is closed.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"# Example 1 (by string)
;TI"smtp.data(<<EndMessage)
;TI"From: john@example.com
;TI"To: betty@example.com
;TI"Subject: I found a bug
;TI"
;TI"Check vm.c:58879.
;TI"EndMessage
;TI"
;TI"# Example 2 (by block)
;TI"smtp.data {|f|
;TI"'  f.puts "From: john@example.com"
;TI"&  f.puts "To: betty@example.com"
;TI"'  f.puts "Subject: I found a bug"
;TI"  f.puts ""
;TI""  f.puts "Check vm.c:58879."
;TI"};T:@format0:
@fileI"lib/net/smtp.rb;T:0@omit_headings_from_table_of_contents_below00I"stream;T[I"(msgstr = nil);T@%FI"	SMTP;TcRDoc::NormalClass00