るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.061秒)
トップページ > クエリ:new[x] > クエリ:line[x] > クラス:CGI[x]

別のキーワード

  1. openssl new
  2. _builtin new
  3. rexml/document new
  4. resolv new
  5. socket new

ライブラリ

検索結果

CGI#print(*strings) (13.0)

@todo

...@todo

引数の文字列を標準出力に出力します。
cgi
.print は $DEFAULT_OUTPUT.print と等価です。

例:
cgi
= CGI.new
cgi
.print "This line is a part of content body.\r\n"...