曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜.
U:RDoc::AnyMethod[iI"out:ETI"CGI#out;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I":Print an HTTP header and body to $DEFAULT_OUTPUT ($>);To:RDoc::Markup::BlankLine o:RDoc::Markup::List:
@type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"+content_type_string+;T; [o;
; [I"AIf a string is passed, it is assumed to be the content type.;To;;[I"+headers_hash+;T; [o;
; [I"EThis is a Hash of headers, similar to that used by #http_header.;To;;[I"+block+;T; [o;
; [I"IA block is required and should evaluate to the body of the response.;T@o;
; [I"J<tt>Content-Length</tt> is automatically calculated from the size of ;TI".the String returned by the content block.;T@o;
; [I"GIf <tt>ENV['REQUEST_METHOD'] == "HEAD"</tt>, then only the header ;TI"His output (the content block is still required, but it is ignored).;T@o;
; [I"IIf the charset is "iso-2022-jp" or "euc-jp" or "shift_jis" then the ;TI"Kcontent is converted to this charset, and the language is set to "ja".;T@o;
; [I"
Example:;T@o:RDoc::Markup::Verbatim; [,I"cgi = CGI.new
;TI"cgi.out{ "string" }
;TI"! # Content-Type: text/html
;TI" # Content-Length: 6
;TI" #
;TI" # string
;TI"
;TI"(cgi.out("text/plain") { "string" }
;TI"" # Content-Type: text/plain
;TI" # Content-Length: 6
;TI" #
;TI" # string
;TI"
;TI"#cgi.out("nph" => true,
;TI"2 "status" => "OK", # == "200 OK"
;TI"5 "server" => ENV['SERVER_SOFTWARE'],
;TI"& "connection" => "close",
;TI"* "type" => "text/html",
;TI", "charset" => "iso-2022-jp",
;TI"> # Content-Type: text/html; charset=iso-2022-jp
;TI"# "language" => "ja",
;TI": "expires" => Time.now + (3600 * 24 * 30),
;TI"1 "cookie" => [cookie1, cookie2],
;TI") "my_header1" => "my_value",
;TI"6 "my_header2" => "my_value") { "string" }
;TI" # HTTP/1.1 200 OK
;TI". # Date: Sun, 15 May 2011 17:35:54 GMT
;TI" # Server: Apache 2.2.0
;TI" # Connection: close
;TI"7 # Content-Type: text/html; charset=iso-2022-jp
;TI" # Content-Length: 6
;TI" # Content-Language: ja
;TI"1 # Expires: Tue, 14 Jun 2011 17:35:54 GMT
;TI" # Set-Cookie: foo
;TI" # Set-Cookie: bar
;TI" # my_header1: my_value
;TI" # my_header2: my_value
;TI"
#
;TI" # string;T:@format0:
@fileI"lib/cgi/core.rb;T:0@omit_headings_from_table_of_contents_below0I"Dcgi.out(content_type_string='text/html')
cgi.out(headers_hash)
;TI"